Skip to content

Commit b0c9684

Browse files
committed
working test with local reduction
1 parent 3c3325f commit b0c9684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_real_https.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def test_https_dataset():
1616
active._method = "min"
1717
result = active[0:3, 4:6, 7:9]
1818
print("Result is", result)
19-
assert result == 5098.625
19+
assert result == np.array([0.6909787], dtype="float32")

0 commit comments

Comments
 (0)