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 05fa7d8 commit e4e990cCopy full SHA for e4e990c
cubed/core/plan.py
@@ -29,7 +29,7 @@
29
try:
30
from zarr.errors import ArrayNotFoundError # type: ignore
31
except ImportError:
32
- ArrayNotFoundError = FileNotFoundError # zarr-python 3
+ ArrayNotFoundError = FileNotFoundError # type: ignore # zarr-python<=3.1.1
33
34
# A unique ID with sensible ordering, used for making directory names
35
CONTEXT_ID = f"cubed-{datetime.now().strftime('%Y%m%dT%H%M%S')}-{uuid.uuid4()}"
0 commit comments