Skip to content

Commit

Permalink
names
Browse files Browse the repository at this point in the history
  • Loading branch information
calderjo committed May 23, 2024
1 parent 190008f commit 37cc17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_cudf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from common import gpu_test, p100_exempt


class TestCudfDataFrame(unittest.TestCase):
class TestCudf(unittest.TestCase):
@gpu_test
@p100_exempt
def test_cudf_dataframe_operations(self):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cuml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from common import gpu_test, p100_exempt


class TestCumlPCA(unittest.TestCase):
class TestCuml(unittest.TestCase):
@gpu_test
@p100_exempt
def test_pca_fit_transform(self):
Expand Down

0 comments on commit 37cc17f

Please sign in to comment.