Skip to content

Commit

Permalink
rm parameterize for looping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Oct 18, 2024
1 parent 9744908 commit 31c2300
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion graphistry/tests/test_feature_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from graphistry.constants import SCALERS

from graphistry.utils.dep_manager import deps
from parameterized import parameterized_class

np.random.seed(137)

Expand Down
1 change: 0 additions & 1 deletion graphistry/tests/test_umap_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
)

from graphistry.utils.dep_manager import deps
from parameterized import parameterized_class

has_cuml = deps.cuml
cuml = deps.cuml
Expand Down

0 comments on commit 31c2300

Please sign in to comment.