Skip to content

Commit 3cd85ae

Browse files
committed
update: README
1 parent 05a85fd commit 3cd85ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dafni/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ to upload the framework onto [DAFNI](https://www.dafni.ac.uk).
1010
- `data` contains two sub-folders (the structure is important for DAFNI).
1111
- `inputs` is a folder that contains the input files that are (separately) uploaded to DAFNI.
1212
- `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:
1515
`node [datatype="int", typestring="input"]`. The `datatype` key specifies the datatype of the causal variable
1616
as a string (e.g. `"int"`, `"str"`) and the `typestring` key specifies its typestring, which is also a string
1717
representing the variable type (e.g. `"input"` or `"output"`).

0 commit comments

Comments
 (0)