Skip to content
New issue

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

Prototype of new DType interface #2750

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Prototype of new DType interface

b9c3627
Select commit
Loading
Failed to load commit list.
Draft

Prototype of new DType interface #2750

Prototype of new DType interface
b9c3627
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 22, 2025 in 0s

26.66% of diff hit (target 90.35%)

View this Pull Request on Codecov

26.66% of diff hit (target 90.35%)

Annotations

Check warning on line 1 in src/zarr/core/dtype/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/__init__.py#L1

Added line #L1 was not covered by tests

Check warning on line 5 in src/zarr/core/dtype/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/__init__.py#L5

Added line #L5 was not covered by tests

Check warning on line 133 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L133

Added line #L133 was not covered by tests

Check warning on line 135 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L135

Added line #L135 was not covered by tests

Check warning on line 137 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L137

Added line #L137 was not covered by tests

Check warning on line 144 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L141-L144

Added lines #L141 - L144 were not covered by tests

Check warning on line 149 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L149

Added line #L149 was not covered by tests

Check warning on line 153 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L151-L153

Added lines #L151 - L153 were not covered by tests

Check warning on line 157 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 161 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L161

Added line #L161 was not covered by tests

Check warning on line 165 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L165

Added line #L165 was not covered by tests

Check warning on line 167 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L167

Added line #L167 was not covered by tests

Check warning on line 172 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L172

Added line #L172 was not covered by tests

Check warning on line 181 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L179-L181

Added lines #L179 - L181 were not covered by tests

Check warning on line 184 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L183-L184

Added lines #L183 - L184 were not covered by tests

Check warning on line 186 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L186

Added line #L186 was not covered by tests

Check warning on line 192 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L192

Added line #L192 was not covered by tests

Check warning on line 194 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L194

Added line #L194 was not covered by tests

Check warning on line 198 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L197-L198

Added lines #L197 - L198 were not covered by tests

Check warning on line 201 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L200-L201

Added lines #L200 - L201 were not covered by tests

Check warning on line 204 in src/zarr/core/dtype/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/core/dtype/core.py#L203-L204

Added lines #L203 - L204 were not covered by tests

Check warning on line 57 in src/zarr/registry.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/registry.py#L57

Added line #L57 was not covered by tests

Check warning on line 60 in src/zarr/registry.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/registry.py#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 64 in src/zarr/registry.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/registry.py#L64

Added line #L64 was not covered by tests

Check warning on line 75 in src/zarr/registry.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/zarr/registry.py#L74-L75

Added lines #L74 - L75 were not covered by tests