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

Fix type used for group argument in xarray tests #1081

Merged
merged 2 commits into from
Jan 27, 2025
Merged

Conversation

maxrjones
Copy link
Member

Keys for Zarr stores should be ASCII strings in both the v2 and v3 specifications, but Zarr-Python 3.0 is less lenient than Zarr-Python 2.0 and does not cast types. This PR updates the tests to use a valid group key (str rather than int).

Progress towards #1068

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TiTiler performance Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: fbcec0e Previous: 2a0267b Ratio
WGS1984Quad longest_transaction 0.07 s 0.05 s 1.40

This comment was automatically generated by workflow using github-action-benchmark.

@vincentsarago vincentsarago merged commit c7c5426 into main Jan 27, 2025
10 checks passed
@vincentsarago vincentsarago deleted the valid-keys branch January 27, 2025 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants