Skip to content

Commit

Permalink
rename test to test_track_cells
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Dec 6, 2019
1 parent fe29fb0 commit 5e1d449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcell_tracking/tracking_test.py
Expand Up @@ -111,7 +111,7 @@ def test_simple(self):
with pytest.raises(ValueError):
tracking.CellTracker(x, y, model=model, data_format='invalid')

def test__track_cells(self):
def test_track_cells(self):
length = 128
frames = 5
track_length = 2
Expand Down

0 comments on commit 5e1d449

Please sign in to comment.