Skip to content

Commit

Permalink
2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed May 20, 2023
1 parent af36057 commit 929b8f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions findpeaks/tests/test_findpeaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ def test_fit(self):
for cu in cus:
fp = findpeaks(method='topology', scale=True, denoise=getfilter, window=window, cu=cu, togray=True, imsize=None, verbose=3)
assert fp.fit(img)
assert fp.plot_mesh(wireframe=False)
plt.close('all')
assert fp.plot_persistence()
plt.close('all')
assert fp.plot()
plt.close('all')
# assert fp.plot_mesh(wireframe=False)
# plt.close('all')
# assert fp.plot_persistence()
# plt.close('all')
# assert fp.plot()
# plt.close('all')
# assert fp.plot_preprocessing()

0 comments on commit 929b8f7

Please sign in to comment.