Skip to content

Commit 15f0eba

Browse files
committed
Fixed a unit test
1 parent e492d6e commit 15f0eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_lc_l4_water.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def test_water_intertidal():
187187
[104, 104, 104],
188188
[103, 103, 103],
189189
[102, 102, 101],
190-
[101, 98, 98],
190+
[101, 98, 100],
191191
]
192192

193193
l34 = np.array(
@@ -286,5 +286,5 @@ def test_water_intertidal():
286286
l4_water_classes = l4_water.water_classification(
287287
xx, intertidal_mask, water_persistence
288288
)
289-
289+
print(l4_water_classes.compute())
290290
assert (l4_water_classes.compute() == expected_water_classes).all()

0 commit comments

Comments
 (0)