-
-
Notifications
You must be signed in to change notification settings - Fork 422
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
PacketSource should contain .to_hdf()
method
#2584
PacketSource should contain .to_hdf()
method
#2584
Conversation
# def test_blackbody_regressions( | ||
# self, blackbodysimplesource | ||
# ): | ||
# expected = pd.read_hdf( | ||
# self.regression_data.fpath, key="/black_body_simple_source/scalars" | ||
# ) | ||
# np.testing.assert_allclose( | ||
# expected.base_seed, blackbodysimplesource.base_seed | ||
# ) |
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.
@andrewfullard Do we want to keep this test? Or do I need to change some other test module to test this change?
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.
If we could test this for the entire source output, that would be very useful.
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.
the packet source at this moment only has the base seed, other attributes are none I'm afraid
61e156e
to
c972395
Compare
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.
Great work getting tests in!
*beep* *bop* Hi, human. The Click here to see your results. |
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.
Looks like there's a merge conflict now
9983c82
to
d0c2be6
Compare
d0c2be6
to
0b8fb8b
Compare
📝 Description
Type: 🚀
feature
Resolves #2438
📌 Resources
Examples, notebooks, and links to useful references.
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label