_compute_winds does not filter correctly when there is a combined constraint
Open
bug
- Dominant language
- Python
- Stars
- 33
- Forks
- 19
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 30
Description
### Describe the bug
_compute_winds does properly assign filter_wavespeed and therefore all wind variables get passed through, e.g directional winds. This is because the 'constraint' being passed to that function is actually a combined constraint.
The type hinting for this function should be updated and a way of handling the combined constraint should be worked out.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.