Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace np.float_ with np.float64 #604

Merged
merged 5 commits into from
Jun 19, 2024
Merged

Replace np.float_ with np.float64 #604

merged 5 commits into from
Jun 19, 2024

Conversation

schroedk
Copy link
Collaborator

@schroedk schroedk commented Jun 18, 2024

Description

This PR closes #603

Changes

  • Replace np.float_ with np.float64 and np.alltrue with np.all
  • Add an upper bound (<2) to NumPy dependency

Checklist

  • Wrote Unit tests (if necessary)
  • Updated Documentation (if necessary)
  • Updated Changelog
  • If notebooks were added/changed, added boilerplate cells are tagged with "tags": ["hide"] or "tags": ["hide-input"]

@schroedk schroedk marked this pull request as ready for review June 18, 2024 10:35
@schroedk schroedk merged commit d13af35 into develop Jun 19, 2024
35 checks passed
@schroedk schroedk deleted the fix/603-numpy-float branch June 20, 2024 12:43
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.

Removal of np.float_
2 participants