diff --git a/tests/test_project_gaussians.py b/tests/test_project_gaussians.py index 9c709820b..b0e761e43 100644 --- a/tests/test_project_gaussians.py +++ b/tests/test_project_gaussians.py @@ -1,6 +1,7 @@ import pytest import torch + device = torch.device("cuda:0")