fix: fix weatherbench test#609
Merged
anaprietonem merged 1 commit intomainfrom Apr 14, 2026
Merged
Conversation
anaprietonem
approved these changes
Apr 14, 2026
floriankrb
pushed a commit
that referenced
this pull request
Apr 22, 2026
🤖 Automated Release PR This PR was created by `release-please` to prepare the next release. Once merged: 1. A new version tag will be created 2. A GitHub release will be published 3. The changelog will be updated Changes to be included in the next release: --- ## [0.5.36](0.5.35...0.5.36) (2026-04-22) ### Features * Add CycleIntervalProvider and set_start_step_to_zero patch ([#564](#564)) ([2c8824c](2c8824c)) * Add planetary-computer-multipart source, tests, and docs ([#610](#610)) ([42117db](42117db)) * **create:** Add workaround for missing data at step zero ([#565](#565)) ([9fd4733](9fd4733)) * Fetch files from ecfs if path starts with ec: or ectmp: ([#585](#585)) ([9fb443a](9fb443a)) * Fix issue 569 ([#574](#574)) ([7f4e40a](7f4e40a)) * Fix typo with duplicates ([#580](#580)) ([f33333e](f33333e)) * Make anemoi-datasets agnostic to Zarr version (Optional support Zarr3) ([#220](#220)) ([ab8cd71](ab8cd71)) * Observations feature branch ([#480](#480)) ([92d5ac9](92d5ac9)) * Open datasets analytics ([#576](#576)) ([561dbd2](561dbd2)) * Remove https test ([#608](#608)) ([048e419](048e419)) ### Bug Fixes * **create:** Repeated-dates ([#572](#572)) ([b73d533](b73d533)) * Example accumulations section to user current accumulate API ([#601](#601)) ([9434007](9434007)) * Fix corner cases ([#594](#594)) ([bdd31ff](bdd31ff)) * Fix race condition during build ([#593](#593)) ([66e2070](66e2070)) * Fix read ahead while building ([#611](#611)) ([6d18e5e](6d18e5e)) * Fix weatherbench test ([#609](#609)) ([f434a15](f434a15)) * **grib-index:** Support querying float values ([#520](#520)) ([b089cd2](b089cd2)) * Improve MARS request handling for forecast datasets ([#562](#562)) ([f9efe39](f9efe39)) * Make dataset naming function public ([#579](#579)) ([b089bb0](b089bb0)) * Netcdf date/time metadata type should be int ([#555](#555)) ([9937fbe](9937fbe)) * Propagate resolution metadata when using anemoi_dataset source ([#614](#614)) ([784695c](784695c)) * Remove duplicate code ([#590](#590)) ([8e54420](8e54420)) * Remove empty accumulators from accumulation computation ([#561](#561)) ([3bc087d](3bc087d)) * Replace pydantic class Config with ConfigDict ([#592](#592)) ([ce6b2ff](ce6b2ff)) * Rolling average regression ([#587](#587)) ([04f5b0b](04f5b0b)) ### Documentation * Docs minor fixes update concat yaml ([#539](#539)) ([dd73fda](dd73fda)) --- > [!IMPORTANT] > Please do not change the PR title, manifest file, or any other automatically generated content in this PR unless you understand the implications. Changes here can break the release process. >⚠️ Merging this PR will: > - Create a new release > - Trigger deployment pipelines > - Update package versions **Before merging:** - Ensure all tests pass - Review the changelog carefully - Get required approvals [Release-please documentation](https://github.com/googleapis/release-please)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix weatherbench and add a test file for illustration purpose (too slow to run)
As a contributor to the Anemoi framework, please ensure that your changes include unit tests, updates to any affected dependencies and documentation, and have been tested in a parallel setting (i.e., with multiple GPUs). As a reviewer, you are also responsible for verifying these aspects and requesting changes if they are not adequately addressed. For guidelines about those please refer to https://anemoi.readthedocs.io/en/latest/
By opening this pull request, I affirm that all authors agree to the Contributor License Agreement.