Skip to content

Commit

Permalink
doc(tests): minor text fixes.
Browse files Browse the repository at this point in the history
Fix spelling: "cc_matrials_path" -> "cc_materials_path".
Add apostrophe "blenderprocs" -> "blenderproc's".
Make download command's URL absolute
  • Loading branch information
burcam committed Aug 13, 2024
1 parent 85c19ad commit 86b170f
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 86b170f

Please sign in to comment.