-
Notifications
You must be signed in to change notification settings - Fork 190
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
Skip loading info.json
into ext.data
#3047
Conversation
Merci Zach. |
My group doesn't use the zarr option so no. We could add a test? and see if it works in the CI. |
maybe yes if you have time |
Based on tests passing it seems like zarr doesn't have this problem. Let me know if the test isn't too heavy. I personally think this is better. If we are reloading an analyzer we should check that it loads at least one extension as well, no? |
@@ -312,7 +325,7 @@ def test_extensions_sorting(): | |||
|
|||
if __name__ == "__main__": | |||
tmp_path = Path("test_SortingAnalyzer") | |||
dataset = _get_dataset() | |||
dataset = get_dataset() |
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 change is just because the function wasn't private above.
You are the heroe. |
Fixes #3041
Based on our discussion today. This patch is tested and working for
select_units
.