-
Notifications
You must be signed in to change notification settings - Fork 16
Support for level 2 data #567
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
base: main
Are you sure you want to change the base?
Conversation
CodSpeed Performance ReportMerging #567 will not alter performanceComparing Summary
|
And probably some other benefits down the line
| aligned_axes = tuple(quantities.aligned_axes[key] for key in quantities.keys()) | ||
| return Inversion( | ||
| node["quantities"], | ||
| meta=node["meta"], |
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.
We need to handle the node["quantities"].meta part of the tree here, probably by adding it to node["meta"]
| "gwcs>=0.24.0", # Inverse transform fix | ||
| "matplotlib>=3.7", | ||
| "ndcube[plotting,reproject]>=2.1", | ||
| "ndcube[plotting,reproject] @ git+https://github.com/sunpy/ndcube@asdf-support", |
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.
Didn't mean to commit this but it does remind me that this PR will have to wait until the corresponding ndcube PR has been merged.
| devdeps: matplotlib>=0.0.dev0 | ||
| devdeps: sunpy>=0.0.dev0 | ||
| devdeps: git+https://github.com/sunpy/ndcube | ||
| devdeps: git+https://github.com/sunpy/ndcube@asdf-support |
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.
Again, this can go once the ndcube PR is merged.
|
Figure failures are because of using a PR branch of ndcube and should go away once it's merged and we switch back to main. |
Before we can merge this PR:
The NDCube PR requires: