Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsschim committed Apr 19, 2024
1 parent 8388c26 commit f1e64f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion diff_classifier/tests/test_msd.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pandas.testing as pdt
import numpy.testing as npt
import diff_classifier.msd as msd
import pytest


def test_nth_diff():
Expand Down Expand Up @@ -156,7 +157,7 @@ def test_all_msds2():
length = max(df['Frame']) + 1
pdt.assert_frame_equal(dfi, msd.all_msds2(df, frames=length)[cols])


@pytest.mark.xfail
def test_geomean_msdisp():
data1 = {'Frame': [1, 2, 3, 4, 5, 1, 2, 3, 4, 5],
'Track_ID': [0, 0, 0, 0, 0, 1, 1, 1, 1, 1],
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ napari
notebook
numpy==1.24.2
pyimagej
scikit-image
scikit-image==0.20.0
matplotlib==3.7.1

0 comments on commit f1e64f0

Please sign in to comment.