-
Notifications
You must be signed in to change notification settings - Fork 189
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
Fixes Apptainer bug plus small fixes #2053
Conversation
…main Conflicts: src/spikeinterface/core/base.py src/spikeinterface/core/numpyextractors.py
Apptainer fails to pip install into the system directory (not writable by default, no space when writable), and the --user flag ensures packages are installed in a writable location. Note not tested with docker.
for more information, see https://pre-commit.ci
Thanks @mhhennig !! Yeah no worries about the small changes this time! They are smalle enough :) |
Hi Matthias. |
Seems only MdaSorting |
NumpyExtractor: |
@mhhennig to keep the repo clean, we all make PRs from forks, and not internal branches. Could you also do it next time? ;) |
|
I don't see that assertion, can you share the link? |
Main change: change to
pip install --user
for sorters run in containers so python packages are installed in writable location. This otherwise breaks apptainer.There are a few small changes, sorry they all end up in the same pull request. There were some type issues in the mda and numpy extractors.