-
Notifications
You must be signed in to change notification settings - Fork 195
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
Extend si.load
capabilities
#3651
base: main
Are you sure you want to change the base?
Conversation
@@ -123,6 +123,7 @@ test_core = [ | |||
"pytest", | |||
"pytest-dependency", | |||
"psutil", | |||
"s3fs", # for streaming tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a big one for core tests no ?
Good idea but I am not sure to like the design with try except. |
We could also add the Motion object. |
And also Template |
@alejoe91 : I refactor everything to have more general case. |
for more information, see https://pre-commit.ci
This PR extends the
si.load
magic function to load alsoSortingAnalyzers
.In addition, a better logic is implemented to load zarr files, both locally and remotely, including trying to open the folder with different options:
zarr.open
/zarr.open_consolidated
andanon False/True
for remote assets. This simplifies handling of zarr opening everywhere