open_virtual_dataset(
url='s3://iruizatake-hazardmaps-test/HM/spill_2018-01-01.zarr',
parser=ZarrParser(),
registry=registry,
loadable_variables=["time"],
)
This code gives the error "RuntimeError: asyncio.run() cannot be called from a running event loop".
I can open the zarr without virtualizarr.
I'm guessing this is problem user error?