Skip to content

Conversation

@JPXKQX
Copy link
Member

@JPXKQX JPXKQX commented Oct 31, 2025

Description

New test for GaussianWeightsAttritbute. Fix anemoi-graphs tests with GPU.

Additional notes

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.

@github-project-automation github-project-automation bot moved this to To be triaged in Anemoi-dev Oct 31, 2025
@JPXKQX JPXKQX added the ATS Approval Not Needed No approval needed by ATS label Oct 31, 2025
@JPXKQX JPXKQX self-assigned this Oct 31, 2025
@JPXKQX JPXKQX requested a review from anaprietonem November 3, 2025 09:38
Copy link
Collaborator

@theissenhelen theissenhelen left a comment

Choose a reason for hiding this comment

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

No changes needed.

@JPXKQX JPXKQX merged commit ca1b542 into main Nov 5, 2025
13 checks passed
@JPXKQX JPXKQX deleted the fix/gpu-graphs-tests branch November 5, 2025 11:16
@github-project-automation github-project-automation bot moved this from To be triaged to Done in Anemoi-dev Nov 5, 2025
@DeployDuck DeployDuck mentioned this pull request Nov 5, 2025
frazane pushed a commit that referenced this pull request Nov 6, 2025
## Description

New test for `GaussianWeightsAttritbute`. Fix anemoi-graphs tests with
GPU.

##  Additional notes ##
<!-- Include any additional information, caveats, or considerations that
the reviewer should be aware of. -->

***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.](https://github.com/ecmwf/codex/blob/main/Legal/contributor_license_agreement.md)
anaprietonem pushed a commit that referenced this pull request Nov 18, 2025
🤖 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:
---


<details><summary>training: 0.7.0</summary>

##
[0.7.0](training-0.6.7...training-0.7.0)
(2025-11-17)


### ⚠ BREAKING CHANGES

* **training:** remove support for EDA
([#651](#651))

### Features

* Callbacks for GraphEnsForecaster.
([#449](#449))
([39c2bfc](39c2bfc))
* Mlflow azure ([#646](#646))
([27bd3dd](27bd3dd))
* **training:** Remove support for EDA
([#651](#651))
([921e108](921e108))


### Bug Fixes

* Anemoi-datasets import
([#626](#626))
([65c8901](65c8901))
* Bug for mlflow offline logging
([#675](#675))
([fdce0f6](fdce0f6))
* Bug in sample plots.
([#632](#632))
([9e024f3](9e024f3))
* Incorrect test for variable mask scaler
([#649](#649))
([d0f775e](d0f775e))
* Integration tests and drop missed reference for profiler
([#630](#630))
([f352e17](f352e17))
* **training:** Provide more informative error when user specifies
inexistent node attribute
([#663](#663))
([dde3cb6](dde3cb6))
* Update readmes
([#655](#655))
([a58aa64](a58aa64))
</details>

<details><summary>graphs: 0.7.2</summary>

##
[0.7.2](graphs-0.7.1...graphs-0.7.2)
(2025-11-17)


### Features

* **graphs:** Add LimitedAreaMask for stretched hidden nodes
([#671](#671))
([f155f3c](f155f3c))
* **graphs:** New edge attributes and faster graph cleaning
([#617](#617))
([8659de9](8659de9))
* New interactive graph visualization
([#609](#609))
([5b5ede4](5b5ede4))


### Bug Fixes

* **graphs,normalisation:** Add assert when dividing by 0
([#676](#676))
([01b7034](01b7034))
* **graphs,schemas:** Missing type for mask_attr_name in schema
([#664](#664))
([f021017](f021017))
* **graphs,tests:** New test and fix anemoi-graphs tests with gpu
([#637](#637))
([ca1b542](ca1b542))
* **graphs:** Remove wrong argument from og.Figure
([#616](#616))
([abd37eb](abd37eb))
* **graphs:** Unit-range normalisation
([#665](#665))
([6de4778](6de4778))
* Update readmes
([#655](#655))
([a58aa64](a58aa64))
</details>

<details><summary>models: 0.10.0</summary>

##
[0.10.0](models-0.9.7...models-0.10.0)
(2025-11-17)


### ⚠ BREAKING CHANGES

* **training:** remove support for EDA
([#651](#651))

### Features

* **training:** Remove support for EDA
([#651](#651))
([921e108](921e108))


### Bug Fixes

* Basemodel.predict_step
([#672](#672))
([0c830e9](0c830e9))
* **models:** Assert no dropout
([#638](#638))
([c1bbcec](c1bbcec))
* Shard shape type hints
([#625](#625))
([fb201fd](fb201fd))
* Update readmes
([#655](#655))
([a58aa64](a58aa64))
</details>

---
> [!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)
OpheliaMiralles pushed a commit that referenced this pull request Nov 19, 2025
🤖 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:
---


<details><summary>training: 0.7.0</summary>

##
[0.7.0](training-0.6.7...training-0.7.0)
(2025-11-17)


### ⚠ BREAKING CHANGES

* **training:** remove support for EDA
([#651](#651))

### Features

* Callbacks for GraphEnsForecaster.
([#449](#449))
([39c2bfc](39c2bfc))
* Mlflow azure ([#646](#646))
([27bd3dd](27bd3dd))
* **training:** Remove support for EDA
([#651](#651))
([921e108](921e108))


### Bug Fixes

* Anemoi-datasets import
([#626](#626))
([65c8901](65c8901))
* Bug for mlflow offline logging
([#675](#675))
([fdce0f6](fdce0f6))
* Bug in sample plots.
([#632](#632))
([9e024f3](9e024f3))
* Incorrect test for variable mask scaler
([#649](#649))
([d0f775e](d0f775e))
* Integration tests and drop missed reference for profiler
([#630](#630))
([f352e17](f352e17))
* **training:** Provide more informative error when user specifies
inexistent node attribute
([#663](#663))
([dde3cb6](dde3cb6))
* Update readmes
([#655](#655))
([a58aa64](a58aa64))
</details>

<details><summary>graphs: 0.7.2</summary>

##
[0.7.2](graphs-0.7.1...graphs-0.7.2)
(2025-11-17)


### Features

* **graphs:** Add LimitedAreaMask for stretched hidden nodes
([#671](#671))
([f155f3c](f155f3c))
* **graphs:** New edge attributes and faster graph cleaning
([#617](#617))
([8659de9](8659de9))
* New interactive graph visualization
([#609](#609))
([5b5ede4](5b5ede4))


### Bug Fixes

* **graphs,normalisation:** Add assert when dividing by 0
([#676](#676))
([01b7034](01b7034))
* **graphs,schemas:** Missing type for mask_attr_name in schema
([#664](#664))
([f021017](f021017))
* **graphs,tests:** New test and fix anemoi-graphs tests with gpu
([#637](#637))
([ca1b542](ca1b542))
* **graphs:** Remove wrong argument from og.Figure
([#616](#616))
([abd37eb](abd37eb))
* **graphs:** Unit-range normalisation
([#665](#665))
([6de4778](6de4778))
* Update readmes
([#655](#655))
([a58aa64](a58aa64))
</details>

<details><summary>models: 0.10.0</summary>

##
[0.10.0](models-0.9.7...models-0.10.0)
(2025-11-17)


### ⚠ BREAKING CHANGES

* **training:** remove support for EDA
([#651](#651))

### Features

* **training:** Remove support for EDA
([#651](#651))
([921e108](921e108))


### Bug Fixes

* Basemodel.predict_step
([#672](#672))
([0c830e9](0c830e9))
* **models:** Assert no dropout
([#638](#638))
([c1bbcec](c1bbcec))
* Shard shape type hints
([#625](#625))
([fb201fd](fb201fd))
* Update readmes
([#655](#655))
([a58aa64](a58aa64))
</details>

---
> [!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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ATS Approval Not Needed No approval needed by ATS graphs

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants