Skip to content

Commit

Permalink
Only run test_core_search_exact with GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbb authored Dec 2, 2024
1 parent b09e2f4 commit 832eb37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core_search_exact.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from kbmod.trajectory_generator import VelocityGridSearch


@unittest.skipIf(not HAS_GPU, "Skipping test (no GPU detected)")
class test_search_exact(unittest.TestCase):
def test_core_search_exact(self):
# image properties
Expand Down

0 comments on commit 832eb37

Please sign in to comment.