Skip to content

Fixes test failure caused by change in array broadcasting#48

Merged
andrew-s28 merged 9 commits intopyCOARE:mainfrom
andrew-s28:main
Feb 24, 2026
Merged

Fixes test failure caused by change in array broadcasting#48
andrew-s28 merged 9 commits intopyCOARE:mainfrom
andrew-s28:main

Conversation

@andrew-s28
Copy link
Copy Markdown
Contributor

Numpy doesn't like it when you try to broadcast an array with array *= different_shape_array, instead only working with array = array * different_shape_array. This was a fix introduced under linting updates in #46, so this undoes just one line from that PR to hopefully pass tests.

@andrew-s28 andrew-s28 merged commit bd4351b into pyCOARE:main Feb 24, 2026
11 checks passed
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.

1 participant