-
Notifications
You must be signed in to change notification settings - Fork 17
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
Create l1a cdfs for auxiliary data packet #352
Create l1a cdfs for auxiliary data packet #352
Conversation
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.
Very minor things. Otherwise it looks good. In the future, can you add Bryan to these CDF PR since he knows more about this?
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.
I tagged concerned people so that they can look at it tests that are failing.
@@ -29,6 +29,7 @@ def l0_test_data() -> list: | |||
return packets | |||
|
|||
|
|||
@pytest.mark.xfail(reason="Fix for updated cdflib") |
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.
@@ -21,7 +21,7 @@ def decom_test_data(): | |||
return PacketParser(test_file) | |||
|
|||
|
|||
@pytest.mark.xpass(reason="Need to fix new ISTP error in IDEX CDF") | |||
@pytest.mark.xfail(reason="Need to fix new ISTP error in IDEX CDF") |
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.
@@ -59,6 +60,7 @@ def test_mag_raw_xarray(): | |||
assert burst_data.dims["Epoch"] == expected_burst_len | |||
|
|||
|
|||
@pytest.mark.xfail(reason="Fix for updated cdflib") |
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.
719e02b
into
IMAP-Science-Operations-Center:dev
…nter#352) * Create l1a cdfs for auxiliary data packet
Change Summary
Overview
Creates l1a cdfs for auxiliary packets.
New Files
Updated Files
Testing