Skip to content

Commit

Permalink
minor test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhadka21 committed Nov 26, 2024
1 parent 0d61d50 commit 30b4555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_image_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def setup_method(self):
self.combined_image = self.image1 + self.image2
def test_image_multiple_source(self):
npt.assert_almost_equal(
self.image3, self.combined_image, decimal=10
self.image3, self.combined_image, decimal=8
)


Expand Down

0 comments on commit 30b4555

Please sign in to comment.