Skip to content

Commit

Permalink
Merge pull request #1140 from burcam/iss_1139_tests_readme_text_fix
Browse files Browse the repository at this point in the history
doc(tests): minor text fixes.
  • Loading branch information
cornerfarmer authored Aug 14, 2024
2 parents 85c19ad + 86b170f commit 0de4528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
The unit tests located in the `tests/` folder can be run via the following command:

```
BP_CC_MATERIALS_PATH=<cc_matrials_path> BP_HAVEN_PATH=<haven_path> python3 cli.py run tests/run_all.py
BP_CC_MATERIALS_PATH=<cc_materials_path> BP_HAVEN_PATH=<haven_path> python3 cli.py run tests/run_all.py
```

where `<cc_matrials_path>` and `<haven_path>` are paths to the respective datasets.
You can download them using blenderprocs [download command](docs/tutorials/loader.md).
where `<cc_materials_path>` and `<haven_path>` are paths to the respective datasets.
You can download them using blenderproc's [download command](/docs/tutorials/loader.md).

0 comments on commit 0de4528

Please sign in to comment.