Skip to content

Commit f373c5b

Browse files
authored
Update README.md
Added -G option to test generation command
1 parent b162d8f commit f373c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For more information on how to use the Causal Testing Framework, please refer to
6666
2. If you do not already have causal test cases, you can convert your causal DAG to causal tests by running the following command.
6767

6868
```
69-
python causal_testing/testing/metamorphic_relation.py --dag_path $PATH_TO_DAG --output_path $PATH_TO_TESTS
69+
python causal_testing/testing/metamorphic_relation.py -G --dag_path $PATH_TO_DAG --output_path $PATH_TO_TESTS
7070
```
7171

7272
3. You can now execute your tests by running the following command.

0 commit comments

Comments
 (0)