python3Packages.ripser: disable failing tests on Darwin

This commit is contained in:
Sarah Clark
2025-10-05 15:33:42 -07:00
parent 8ea360acb1
commit da3afd6648
@@ -74,6 +74,10 @@ buildPythonPackage rec {
"test_thresh"
# assert(np.allclose(r1, r2))
"test_zero_edge_bug"
# assert (0, 2) == (1, 2)
"test_verbose_true"
# assert (0, 2) == (1, 2)
"test_verbose_false"
];
meta = {