Skip to content

Commit

Permalink
Decorate with @pytest.mark.flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
namurphy committed Feb 1, 2024
1 parent 0b9a28a commit c2acecf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ def test_intensity_histogram(self, args, kwargs, expected) -> None:
assert histogram.shape == expected["bins"]

@pytest.mark.filterwarnings("ignore:divide by zero:RuntimeWarning")
@pytest.mark.flaky(reruns=5) # see issue 1548
def test_optical_density_histogram(self) -> None:
"""
Test the optical density calculation is correct and stuffed
Expand Down

0 comments on commit c2acecf

Please sign in to comment.