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 7d3306a commit 49816eeCopy full SHA for 49816ee
tests/ndarray/test_lazyexpr.py
@@ -1404,7 +1404,7 @@ def test_missing_operator():
1404
with pytest.raises(blosc2.exceptions.MissingOperands) as excinfo:
1405
blosc2.open("expr.b2nd")
1406
1407
- # Check that some operand is missing"
+ # Check that some operand is missing
1408
assert "a" not in excinfo.value.missing_ops
1409
assert excinfo.value.missing_ops["b"] == pathlib.Path("b.b2nd")
1410
assert excinfo.value.expr == "a + b"
0 commit comments