Commit 3541a1f
fix: ensure missing value indicator in not a valid value in accumulat… (#316)
…ions
## Description
<!-- Provide a brief summary of the changes introduced in this pull
request. -->
## Type of Change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update
## Issue Number
<!-- Link the Issue number this change addresses, ideally in one of the
"magic format" such as Closes #XYZ -->
<!-- Alternatively, explain the motivation behind the changes and the
context in which they are being made. -->
## Code Compatibility
- [ ] I have performed a self-review of my code
### Code Performance and Testing
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I ran the [complete Pytest
test](https://anemoi.readthedocs.io/projects/training/en/latest/dev/testing.html)
suite locally, and they pass
<!-- In case this affects the model sharding or other specific
components please describe these here. -->
### Dependencies
- [ ] I have ensured that the code is still pip-installable after the
changes and runs
- [ ] I have tested that new dependencies themselves are
pip-installable.
<!-- List any new dependencies that are required for this change and the
justification to add them. -->
### Documentation
- [ ] My code follows the style guidelines of this project
- [ ] I have updated the documentation and docstrings to reflect the
changes
- [ ] I have added comments to my code, particularly in
hard-to-understand areas
<!-- Describe any major updates to the documentation -->
## Additional Notes
<!-- Include any additional information, caveats, or considerations that
the reviewer should be aware of. -->
Co-authored-by: Aaron Hopkinson <aaron.hopkinson@ecmwf.int>1 parent 9a5ba3b commit 3541a1f
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
176 | 178 | | |
177 | 179 | | |
178 | 180 | | |
| 181 | + | |
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| |||
185 | 188 | | |
186 | 189 | | |
187 | 190 | | |
| 191 | + | |
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
| |||
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
| |||
0 commit comments