-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hello, thanks for the great work on this project! I noticed that there's an error with the 5th cell on the demonstration Google Colab notebook linked here: https://colab.research.google.com/github/hms-dbmi/vizarr/blob/main/python/notebooks/mandelbrot.ipynb . This happened when I tried a "run all cells" on the notebook.
The error states:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
[<ipython-input-3-eee44cbf5fed>](https://localhost:8080/#) in <cell line: 0>()
57
58
---> 59 class MandlebrotStore(zarr.storage.BaseStore):
60
61 def __init__(self, levels, tilesize, maxiter=255, compressor=None):
AttributeError: module 'zarr.storage' has no attribute 'BaseStore'
I imagine but don't know whether the Zarr API might have changed since the time the notebook was written.
Metadata
Metadata
Assignees
Labels
No labels