We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_lazy_zarr_array
From https://github.com/cubed-dev/cubed/actions/runs/11855798688/job/33040762855?pr=617:
def test_lazy_zarr_array(tmp_path): zarr_path = tmp_path / "lazy.zarr" arr = lazy_zarr_array(zarr_path, shape=(3, 3), dtype=int, chunks=(2, 2)) assert not zarr_path.exists() > with pytest.raises((FileNotFoundError, TypeError, ValueError)): E Failed: DID NOT RAISE (<class 'FileNotFoundError'>, <class 'TypeError'>, <class 'ValueError'>)
Running git bisect shows that this change in Zarr is the cause: zarr-developers/zarr-python#2442
The text was updated successfully, but these errors were encountered:
Opened zarr-developers/zarr-python#2491
Sorry, something went wrong.
Fixed upstream in zarr-developers/zarr-python#2494
No branches or pull requests
From https://github.com/cubed-dev/cubed/actions/runs/11855798688/job/33040762855?pr=617:
Running git bisect shows that this change in Zarr is the cause: zarr-developers/zarr-python#2442
The text was updated successfully, but these errors were encountered: