Hi Processing fixes for SIT4#1785
Merged
tmplummer merged 7 commits intoIMAP-Science-Operations-Center:devfrom May 28, 2025
Merged
Hi Processing fixes for SIT4#1785tmplummer merged 7 commits intoIMAP-Science-Operations-Center:devfrom
tmplummer merged 7 commits intoIMAP-Science-Operations-Center:devfrom
Conversation
greglucas
approved these changes
May 28, 2025
Comment on lines
+1278
to
+1279
| # Don't check schema on label or delta variables | ||
| ignore_schema_substrings = ["_label", "_delta"] |
Collaborator
There was a problem hiding this comment.
No need to do anything here, but I wonder if there is a way to handle this upstream in SAMMI somehow 🤔 I've noticed we do this pattern quite a bit. @maxinelasp for awareness.
nkerman
approved these changes
May 28, 2025
| # operations to be repeated as this test | ||
| rect_map_ds = rectangular_map.to_dataset() | ||
| assert "solid_angle" in rect_map_ds.data_vars | ||
| assert rect_map_ds.data_vars["solid_angle"].shape == ( |
Collaborator
There was a problem hiding this comment.
Thanks for fixing + testing this!
a39262f
into
IMAP-Science-Operations-Center:dev
39 of 42 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
Overview
This is a mix of some fixes needed for Hi processing before SIT4:
solid_anglevariable in SkyMap.to_dataset() codeobs_dateUpdated Files
solid_anglevariable in SkyMap.to_dataset() codesolid_angleshapeCloses: #1782 #1783