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.asfarray #49

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Replace np.asfarray #49

merged 1 commit into from
Nov 5, 2024

Conversation

jacrossley
Copy link
Member

Replaced np.asfarray(a) with np.asarray(a, dtype=np.float64) as required in numpy v2.0.0. See https://github.com/numpy/numpy/releases/tag/v2.0.0.

Replaced np.asfarray(a) with np.asarray(a, dtype=np.float64) as required in numpy v2.0.0. See https://github.com/numpy/numpy/releases/tag/v2.0.0.
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@harripd
Copy link

harripd commented Nov 5, 2024

The tests fail because of an issue in the tests file (build is being deprecated), not with the updated code.

This pull request is therefore being merged

@harripd harripd merged commit bf09782 into OpenSMFS:master Nov 5, 2024
5 of 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.

2 participants