Skip to content

Commit 246acd4

Browse files
update README.md
1 parent ae05f16 commit 246acd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

causal_testing/json_front/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Each test requires:
2727
7. Skip: boolean that if set true the test won't be executed and will be skipped
2828

2929
To run the JSON frontend example from the root directory of the project, use
30-
`python examples/poisson/run_causal_tests.py"`
30+
`python examples\poisson\run_causal_tests.py --data_path="examples\poisson\data.csv" --dag_path="examples\poisson\dag.dot" --json_path="examples\poisson\causal_tests.json"`
3131

3232
A failure flag `-f` can be specified to stop the framework running if a test is failed
33-
`python examples/poisson/run_causal_tests.py -f"`
33+
`python examples\poisson\run_causal_tests.py -f --data_path="examples\poisson\data.csv" --dag_path="examples\poisson\dag.dot" --json_path="examples\poisson\causal_tests.json"`
3434

0 commit comments

Comments
 (0)