File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,11 @@ to upload the framework onto [DAFNI](https://www.dafni.ac.uk).
10
10
- ` data ` contains two sub-folders (the structure is important for DAFNI).
11
11
- ` inputs ` is a folder that contains the input files that are (separately) uploaded to DAFNI.
12
12
- ` causal_tests.json ` is a JSON file that contains the causal tests.
13
- - ` dag.dot ` is a dot file that contains the directed acyclc graph (dag) file,
14
- including the variables (and constraints if necessary) as node attributes.
13
+ - ` dag.dot ` is a dot file that contains the directed acyclic graph (dag). Causal variables are defined as
14
+ node metadata attributes in this file as key-value pairs using the following syntax:
15
+ ` node [datatype="int", typestring="input"] ` . The ` datatype ` key specifies the datatype of the causal variable
16
+ as a string (e.g. ` "int" ` , ` "str" ` ) and the ` typestring ` key specifies its typestring, which is also a string
17
+ representing the variable type (e.g. ` "input" ` or ` "output" ` ).
15
18
- ` runtime_data.csv ` is a csv file that contains the runtime data.
16
19
17
20
- ` outputs ` is a folder where the ` causal_tests_results.json ` output file is created.
You can’t perform that action at this time.
0 commit comments