We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76405a commit 7d3306aCopy full SHA for 7d3306a
tests/ndarray/test_lazyexpr.py
@@ -1397,7 +1397,7 @@ def test_missing_operator():
1397
a = blosc2.arange(10, urlpath="a.b2nd", mode="w")
1398
b = blosc2.arange(10, urlpath="b.b2nd", mode="w")
1399
expr = blosc2.lazyexpr("a + b")
1400
- c = expr.save("expr.b2nd", mode="w")
+ expr.save("expr.b2nd", mode="w")
1401
# Remove the file for operand b
1402
blosc2.remove_urlpath("b.b2nd")
1403
# Re-open the lazy expression
0 commit comments