From 37cc17f42cddd5397aa11d84e9f79b2b56f29c79 Mon Sep 17 00:00:00 2001 From: Jonathan Calderon Chavez Date: Thu, 23 May 2024 17:52:27 +0000 Subject: [PATCH] names --- tests/test_cudf.py | 2 +- tests/test_cuml.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_cudf.py b/tests/test_cudf.py index a69f88fd..1e5cd100 100644 --- a/tests/test_cudf.py +++ b/tests/test_cudf.py @@ -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): diff --git a/tests/test_cuml.py b/tests/test_cuml.py index e68a6eba..4cfa1398 100644 --- a/tests/test_cuml.py +++ b/tests/test_cuml.py @@ -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):