Skip to content

Commit

Permalink
fixed a typing error in reference stats
Browse files Browse the repository at this point in the history
  • Loading branch information
jayneel-shah18 committed Feb 19, 2025
1 parent 72d767c commit 553a0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagery/i.emissivity/testsuite/test_i_emissivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_complex_mask(self):

self.runModule("r.mask", flags="r")

reference_stats = {"mean": 0.953836, "min": 0.933536, "max": 0.992236}
reference_stats = {"mean": 0.953836, "min": 0.933356, "max": 0.992236}

self.assertRasterFitsUnivar(
raster=self.output_raster, reference=reference_stats, precision=1e-6
Expand Down

0 comments on commit 553a0e1

Please sign in to comment.