File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ 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 acyclic graph (dag). Causal variables are defined as
14
- node metadata attributes in this file as key-value pairs using the following syntax:
13
+ - ` dag.dot ` is a dot file that contains the directed acyclic graph (dag). In this file, Causal Variables are defined as
14
+ node metadata attributes as key-value pairs using the following syntax:
15
15
` node [datatype="int", typestring="input"] ` . The ` datatype ` key specifies the datatype of the causal variable
16
16
as a string (e.g. ` "int" ` , ` "str" ` ) and the ` typestring ` key specifies its typestring, which is also a string
17
17
representing the variable type (e.g. ` "input" ` or ` "output" ` ).
You can’t perform that action at this time.
0 commit comments