Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maturk committed Oct 3, 2023
1 parent c6df6de commit 5e392d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/tests/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Testing and verifying CUDA implementations
The `tests/` folder provides automatic test scripts that are ran to verify that the CUDA implementations agree with native PyTorch ones.
They are also ran with any pull-requests into main branch on our github repository.

The tests include:

.. code-block:: python
:caption: tests/
Expand All @@ -17,4 +18,5 @@ They are also ran with any pull-requests into main branch on our github reposito
./test_map_gaussians.py
./test_cumulative_intersects.py
./test_cov2d_bounds.py
./test_sh.py

0 comments on commit 5e392d9

Please sign in to comment.