mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-22 07:10:34 +08:00
Fix tests for OSS
Summary: New paths. Reviewed By: patricklabatut Differential Revision: D36734929 fbshipit-source-id: c0ce7ee9145ddca07ef3758d31cc3c261b088e7d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5b74a2cc27
commit
5cd70067e2
@@ -147,10 +147,10 @@ After any necessary patching, you can go to "x64 Native Tools Command Prompt for
|
||||
cd pytorch3d
|
||||
python3 setup.py install
|
||||
```
|
||||
After installing, verify whether all unit tests have passed
|
||||
|
||||
After installing, you can run **unit tests**
|
||||
```
|
||||
cd tests
|
||||
python3 -m unittest discover -p *.py
|
||||
python3 -m unittest discover -v -s tests -t .
|
||||
```
|
||||
|
||||
# FAQ
|
||||
|
||||
Reference in New Issue
Block a user