Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions raster/r.texture/testsuite/test_texture.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ def test_sv(self):
# The results on macOS is slightly different from the other platforms
if IS_MAC:
values = """min=0
max=45368496
mean=2248724.38215788
variance=2332049495199.41
max=45368492
mean=2248724.35922656
variance=2332049429651.92
n=996244"""
else:
values = """min=0
Expand Down
Loading