Skip to content

Commit

Permalink
Fix bug in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elaubsch committed Feb 1, 2022
1 parent 7e5e75f commit 1380461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcell_spots/applications/polaris_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_polaris_app(self):
_ = app.predict(spots_image=spots_image, spots_threshold=-1.1)

# test segmentation app error
app = Polaris(segmentation_compartment='None')
app = Polaris(segmentation_compartment='no segmentation')
spots_image = np.random.rand(1, 128, 128, 1)
segmentation_image = np.random.rand(1, 128, 128, 1)
with self.assertRaises(ValueError):
Expand Down

0 comments on commit 1380461

Please sign in to comment.