Skip to content

Commit

Permalink
disable cuML test since its not on colab
Browse files Browse the repository at this point in the history
  • Loading branch information
djherbis committed Nov 27, 2024
1 parent 0104ac6 commit d916094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cuml.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
class TestCuml(unittest.TestCase):
@gpu_test
@p100_exempt # b/342143152: cuML(>=24.4v) is inompatible with p100 GPUs.
@unittest.skip("cuML is not installed in Colab.")
def test_pca_fit_transform(self):
import unittest
import numpy as np
Expand Down

0 comments on commit d916094

Please sign in to comment.