File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -33,23 +33,17 @@ Each test requires:
33
33
34
34
Run Commands
35
35
------------
36
- To run the JSON frontend example from the root directory of the project, use
37
-
38
- .. code-block :: console
36
+ To run the JSON frontend example from the root directory of the project, use::
39
37
40
38
python examples/poisson/run_causal_tests.py
41
39
42
- A failure flag `-f ` can be specified to stop the framework running if a test is failed
43
-
44
- .. code-block :: console
40
+ A failure flag `-f ` can be specified to stop the framework running if a test is failed::
45
41
46
42
python examples/poisson/run_causal_tests.py -f
47
43
48
44
There are two main outputs of this frontend, both are controlled by the logging module. Firstly outputs are printed to stdout (terminal).
49
45
Secondly a log file is produced, by default a file called `json_frontend.log ` is produced in the directory the script is called from.
50
46
51
- The behaviour of where the log file is produced and named can be altered with the --log_path argument:
52
-
53
- .. code-block :: console
47
+ The behaviour of where the log file is produced and named can be altered with the --log_path argument::
54
48
55
49
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 --log_path="example_directory\logname.log"
You can’t perform that action at this time.
0 commit comments