Skip to content

Commit 456048c

Browse files
committed
fix: default in ignore_cycles tests_main_dafni.py
1 parent 9a45392 commit 456048c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dafni/tests/tests_main_dafni.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_get_args_with_all_arguments(self, mock_parse_args):
2323
mock_parse_args.return_value = argparse.Namespace(
2424
data_path=[str(DATA_DIR / "inputs/runtime_data.csv")],
2525
tests_path=str(DATA_DIR / "inputs/causal_tests.json"),
26-
ignore_cycles=True,
26+
ignore_cycles=False,
2727
dag_path=str(DATA_DIR / "inputs/dag.dot"),
2828
output_path=str(DATA_DIR / "outputs/causal_test_results.json"),
2929
f=False,

0 commit comments

Comments
 (0)