Skip to content

Commit 543dc62

Browse files
author
Luke Shaw
committed
Improve parethesis handling to pass all tests
1 parent 095c1bd commit 543dc62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/blosc2/lazyexpr.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,10 +2641,6 @@ def save(self, urlpath=None, **kwargs):
26412641
"urlbase": value.urlbase,
26422642
}
26432643
continue
2644-
# if isinstance(value, blosc2.LazyExpr) and hasattr(value, "array"):
2645-
# # If operand is a persistent lazy expression (i.e. on disk)
2646-
# operands[key] = value.array.urlpath
2647-
# continue
26482644
if isinstance(value, blosc2.Proxy):
26492645
# Take the required info from the Proxy._cache container
26502646
value = value._cache

0 commit comments

Comments
 (0)