Skip to content

Commit

Permalink
Fix core tests (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-ye authored Feb 9, 2024
1 parent d7fe654 commit 2d33520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_project_gaussians.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def test_project_gaussians_forward():
print("passed project_gaussians_forward test")


@pytest.mark.skipif(not torch.cuda.is_available(), reason="No CUDA device")
def test_project_gaussians_backward():
num_points = 100

Expand Down

0 comments on commit 2d33520

Please sign in to comment.