-
Notifications
You must be signed in to change notification settings - Fork 48
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 usages of copy_arrays
with memmap
#503
replace usages of copy_arrays
with memmap
#503
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #503 +/- ##
==========================================
- Coverage 87.28% 87.26% -0.03%
==========================================
Files 22 21 -1
Lines 3821 3815 -6
==========================================
- Hits 3335 3329 -6
Misses 486 486 ☔ View full report in Codecov by Sentry. |
replace usages of ``copy_arrays`` with ``memmap``
e02636e
to
745c413
Compare
It looks like the version check doesn't like dev versions: |
eaf90ce
to
6ac17df
Compare
I cannot reproduce the failure locally with numpy 2.0, scipy 1.14.0 and astropy 6.1.1. The only difference as far as I can tell is locally I'm running it on MacOS Monterey. Can you set |
follow-on to asdf-format/asdf#1797