python3Packages.ripser: disable failing tests on Darwin (#448967)

This commit is contained in:
Gaétan Lepage
2025-10-09 22:56:55 +00:00
committed by GitHub
@@ -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 = {