Skip to content

fix numpy sum error#75

Merged
mbakker7 merged 1 commit intodevfrom
fix_numpy_sum_error
Mar 25, 2026
Merged

fix numpy sum error#75
mbakker7 merged 1 commit intodevfrom
fix_numpy_sum_error

Conversation

@mbakker7
Copy link
Copy Markdown
Contributor

Fixes this numpy error (have to check for more):
Calling np.sum(generator) is deprecated.Use np.sum(np.fromiter(generator)) or the python sum builtin instead.

Fixes Calling np.sum(generator) is deprecated.Use np.sum(np.fromiter(generator)) or the python sum builtin instead error. There may be more...
@mbakker7
Copy link
Copy Markdown
Contributor Author

All tests pass with numpy 2.4.3

@mbakker7 mbakker7 marked this pull request as ready for review March 25, 2026 17:04
@mbakker7 mbakker7 merged commit 58da55d into dev Mar 25, 2026
11 checks passed
@mbakker7 mbakker7 deleted the fix_numpy_sum_error branch March 25, 2026 17:05
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