Skip to content

Commit

Permalink
test: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Oct 4, 2024
1 parent 34cc39b commit a81463f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multipers/tests/test_simplextreemulti.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_4():
st.insert([0, 1, 2], [2.5, 0.5])
st.insert([0, 1, 2], [0.5, 2.5])

s = mp.Slicer(st, is_kcritical=True)
s = mp.Slicer(st, vineyard=True)

assert np.array_equal(
s.get_filtrations_values(),
Expand Down

0 comments on commit a81463f

Please sign in to comment.