Skip to content

Commit

Permalink
Merge branch 'feature/numba-cuda-contact-point' into test/auto-unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
qbp758 committed Oct 2, 2023
2 parents f2c0778 + 616c3b2 commit 443550e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/unit_tests/test_cuda_geometry_grid3.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
import rainbow.cuda.unit_tests.test_geometry_grid3_kernel as TEST_GRID3K


@unittest.skipIf(not cuda.is_available(), "CUDA not available")

def simpelfunc(coord):
_, _, z = coord[0], coord[1], coord[2]
return z


@unittest.skipIf(not cuda.is_available(), "CUDA not available")
class TestGrid3Cuda(unittest.TestCase):

def setUp(self):
Expand Down

0 comments on commit 443550e

Please sign in to comment.