Skip to content

Commit fd070db

Browse files
authored
Update README.md
Changed the backslashes to forward slashes in filepaths
1 parent 9f9fd02 commit fd070db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

causal_testing/json_front/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Each test requires:
2525
7. Skip: boolean that if set true the test won't be executed and will be skipped
2626

2727
To run the JSON frontend example from the root directory of the project, use
28-
`python examples\poisson\causal_test_setup.py --directory_path="examples/poisson"`
28+
`python examples/poisson/causal_test_setup.py --directory_path="examples/poisson"`
2929

3030
A failure flag `-f` can be specified to stop the framework running if a test is failed
31-
`python examples\poisson\causal_test_setup.py -f --directory_path="examples/poisson"`
31+
`python examples/poisson/causal_test_setup.py -f --directory_path="examples/poisson"`
3232

0 commit comments

Comments
 (0)