File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
causal_testing/json_front Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Each test requires:
27
27
7 . Skip: boolean that if set true the test won't be executed and will be skipped
28
28
29
29
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 " `
31
31
32
32
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 " `
34
34
You can’t perform that action at this time.
0 commit comments