diff --git a/tests/test_MoleculeSet.py b/tests/test_MoleculeSet.py index 3531d50..b7f34d8 100644 --- a/tests/test_MoleculeSet.py +++ b/tests/test_MoleculeSet.py @@ -1261,6 +1261,7 @@ def test_invalid_transform_error(self): ) remove(csv_fpath) + @unittest.skip(reason="kmedoids was removed, obsoleting this test") def test_clustering_fingerprints(self): """ Test the clustering of molecules featurized by their fingerprints.