-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
import fix for scipy 1.8 pre #9973
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
Conversation
|
Can you port upstream as well https://gitlab.com/obob/pymatreader Happy to merge this if CIs come back happy and we can have a separate PR to incorporate any changes @thht asks for upstream |
|
thanks for the notification. |
|
please note that this version does not work. the i am going to create a PR for a corrected version either today or tomorrow morning. |
yes, I just noticed the oversight and pushed a fix |
|
i would rather fix this by using an https://gitlab.com/obob/pymatreader/-/merge_requests/29 in order to keep this version in sync with upstream, can we wait until tomorrow, when i can release and submit the PR here? |
I would rather first merge this one ASAP to get things green (we don't like leaving CIs red), and whenever you get your version fixed tomorrow you can still make a PR here that is basically a |
|
@thht in particular you might want to wait to see if scipy/scipy#15004 gets merged first. If it does, then you can use it instead. The bug will only hit people who have updated to scipy --pre in the last 6 days or so (our previously failing |
|
We're going to need a @drammock I'll push a fix here that should get us around it in the meantime |
|
argh, CIs still going to fail even after pymatreader fixes, because |
|
I opened nilearn/nilearn#3053 for |
* upstream/main: remove dead link (no suitable alternative) [skip actions][skip azp] (mne-tools#9979) MRG: Improve docstring of mne.io.Info and improve error messages in Info._attributes (mne-tools#9922) MRG: Add "interaction" param to CoregistrationUI (mne-tools#9972) MRG, FIX: Fix interior check (mne-tools#9968)
* import fix for scipy 1.8 pre * fix arg oversight * FIX: A couple more * FIX: Found another * FIX: More [skip azp] [skip circle] * FIX: Correct [skip circle] [skip azp] * FIX: One more Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
* Backport #9972 * Fix defaults * MRG: Add argument overwrite to export for raws and epochs to match save. (#9975) * Add argument overwrite to export for Raws. * Add argument overwrite to export for epochs. * Add tests. * Add entry to changelog. * Move entry to changelog to Bugs and fix spelling typo. * fix indentation for ..versionadded * typo fix. * fix tests. * Change versionadded from 1.0 to 0.24.1 [skip azp] [skip actions] * Add overwrite for evoked instances (mffpy related). * FIX: replace else statement with finally. * Use shutil.rmtree instead of os.remove since mffpy creates a directory. * Remove finally. * Update changelog. * improve comment preceding folder deletion. * Update mne/epochs.py [skip ci] Co-authored-by: Eric Larson <larson.eric.d@gmail.com> * Update mne/export/_egimff.py [skip ci] Co-authored-by: Eric Larson <larson.eric.d@gmail.com> * Update mne/export/_export.py [skip ci] Co-authored-by: Eric Larson <larson.eric.d@gmail.com> * Update mne/export/_export.py [skip ci] Co-authored-by: Eric Larson <larson.eric.d@gmail.com> * Update mne/export/_export.py [skip ci] Co-authored-by: Eric Larson <larson.eric.d@gmail.com> * Update mne/export/_egimff.py Co-authored-by: Eric Larson <larson.eric.d@gmail.com> * Fix behavior when pathlib.Path are passed instead of strings. * Fix import and style. * add test for epochs as well. * Remove str(fname) as it's not needed. * fix positional/keyword arguments. Co-authored-by: Eric Larson <larson.eric.d@gmail.com> * remove dead link (no suitable alternative) [skip actions][skip azp] (#9979) * FIX: Backport fix * import fix for scipy 1.8 pre (#9973) * import fix for scipy 1.8 pre * fix arg oversight * FIX: A couple more * FIX: Found another * FIX: More [skip azp] [skip circle] * FIX: Correct [skip circle] [skip azp] * FIX: One more Co-authored-by: Eric Larson <larson.eric.d@gmail.com> Co-authored-by: Mathieu Scheltienne <73893616+mscheltienne@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com> Co-authored-by: Daniel McCloy <dan@mccloy.info>
should hopefully fix the py3.9 CI error that popped up in #9972