Skip to content

Commit

Permalink
Update test_cluster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocao authored May 29, 2024
1 parent 37f27f2 commit 688ec8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtda/mapper/tests/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def get_partition_from_preds(preds):
assert get_partition_from_preds(preds) == \
get_partition_from_preds(preds_mat)


@pytest.mark.skip(reason="needs to be analysed and fixed for python >=3.9")
def test_mapper_pipeline_picklable():
# Regression test for issue #596
X = np.random.random((100, 2))
Expand Down

0 comments on commit 688ec8b

Please sign in to comment.