Skip to content

Commit 152ec2f

Browse files
Short section about runtime data
1 parent f1ac0ad commit 152ec2f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/source/frontends/json_front_end.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,17 @@ Secondly a log file is produced, by default a file called `json_frontend.log` is
7575

7676
The behaviour of where the log file is produced and named can be altered with the --log_path argument::
7777

78-
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"
78+
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"
79+
80+
81+
Runtime Data
82+
----------
83+
84+
There are currently 2 methods to inputting your runtime data into the JSON frontend:
85+
86+
#. Providing one or more file paths to `.csv` files containing your data
87+
#. Setting a dataframe to the .data attribute of the JsonUtility instance, this must be done before the setup method is called.
88+
89+
90+
91+

0 commit comments

Comments
 (0)