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

Updates for numpy 2.0 #135

Merged
merged 7 commits into from
Jun 20, 2024
Merged

Updates for numpy 2.0 #135

merged 7 commits into from
Jun 20, 2024

Conversation

rfrenchseti
Copy link
Collaborator

@rfrenchseti rfrenchseti commented Jun 19, 2024

Updates required for numpy 2.0+:

  • Change np.asfarray to np.asarray(..., dtype=np.float64)
  • Update requirements.txt to remove version numbers. This allows 3.8 and 3.9+ to coexist.

Copy link

codecov bot commented Jun 19, 2024

Codecov Report

Attention: Patch coverage is 56.09756% with 18 lines in your changes missing coverage. Please review.

Project coverage is 75.39%. Comparing base (bef63e7) to head (ec7493a).

Files Patch % Lines
oops/gravity/oblategravity.py 0.00% 16 Missing ⚠️
oops/gold_master/__init__.py 0.00% 1 Missing ⚠️
oops/surface/orbitplane.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #135   +/-   ##
=======================================
  Coverage   75.39%   75.39%           
=======================================
  Files         192      192           
  Lines       24082    24082           
  Branches     2906     2906           
=======================================
  Hits        18156    18156           
  Misses       5088     5088           
  Partials      838      838           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rfrenchseti rfrenchseti merged commit af09b47 into main Jun 20, 2024
14 checks passed
@rfrenchseti rfrenchseti deleted the rf_240618_numpy2 branch June 20, 2024 01:16
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