Skip to content

Commit

Permalink
Fix typos, 'Falsificaton' -> 'Falsification'
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Cowie <[email protected]>
  • Loading branch information
jonlives authored and bloebp committed Jun 5, 2024
1 parent fa1e7fc commit ec9ffca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/user_guide/modeling_gcm/draw_samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ make use of the evaluation module:
==== Evaluation of the Causal Graph Structure ====
+-------------------------------------------------------------------------------------------------------+
| Falsificaton Summary |
| Falsification Summary |
+-------------------------------------------------------------------------------------------------------+
| The given DAG is not informative because 2 / 6 of the permutations lie in the Markov |
| equivalence class of the given DAG (p-value: 0.33). |
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide/modeling_gcm/model_evaluation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ performance and whether our assumptions hold:
==== Evaluation of the Causal Graph Structure ====
+-------------------------------------------------------------------------------------------------------+
| Falsificaton Summary |
| Falsification Summary |
+-------------------------------------------------------------------------------------------------------+
| The given DAG is not informative because 2 / 6 of the permutations lie in the Markov |
| equivalence class of the given DAG (p-value: 0.33). |
Expand Down
2 changes: 1 addition & 1 deletion dowhy/gcm/falsify.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def plot_local_insights(


def _generate_table(
validation_repr, suggestion_repr, width=105, validation_name="Falsificaton Summary", suggestion_name="Suggestions"
validation_repr, suggestion_repr, width=105, validation_name="Falsification Summary", suggestion_name="Suggestions"
):
# Create Validation header
_repr = [
Expand Down

0 comments on commit ec9ffca

Please sign in to comment.