-
Notifications
You must be signed in to change notification settings - Fork 18
Added Transform template to SIe -- issues with movie tolog and fromlog functions to separate file, and with format; #521
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
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! That is a fantastic start!
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 is a great start!
…fault constructor to nullTransform and ShiftTransform, eliminated constructor for TransformDataStruct
merge with main to add MR 521 which puts to_log and from_log functions into eos_spiner_common.hpp
…rho_sie.hpp header
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.
Almost there I think! Provided that we're assuming transformed data already, I think there are minimal modifications needed to use the transformed data.
@Yurlungur now that I think more about it, I realize that we are likely assuming that the data is already transformed since we rely on If that's the case, then is it still okay for the transform functors to live in |
Ah hmm... I think we need both right? Because in
This is a good point. I think the transform classes should move into their own header, yes. |
…n SpinerDependsRhoSie Class
…s_spiner_sie_transfroms.hpp)
Merging main into branch to incorporate HFG edit from MR #523
Ive separated the transformations into a separate header in this latest push. I've also still been working on the unit test for the transforms. |
Looks good @jbasabe ! Let us know when you have the unit test up so we can review it. |
…RhoSie store in test_spiner_transformations.cpp and added to eos_tabulated_unit_test executable. + clang format
|
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.
Just a few more small changes to the tests
@jbasabe other than the formatting, I think the tests are failing because of this:
I'm not quite sure why you're getting this error to be honest. @mauneyc-LANL or @Yurlungur do you have suggestions? EDIT - oh wait.. I know. You need an |
I'm going to look into this more, but Im going to push again before our time is up, since most of the edits discussed I've trie to implement. |
…onst to functions in Trasnfromations in eos_spiner_sie_transfoms.hpp
Add const to inverse function of ShiftTransfrom Co-authored-by: Jeff Peterson <[email protected]>
add const to transfrom function in ShiftTransform Co-authored-by: Jeff Peterson <[email protected]>
…when spiner option is ative
…/add_transform_to_sie Merging commits of github to edits made to ifdefs in test_spiner_transforms.cpp
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 think this looks good once the tests pass. I'll wait for @Yurlungur to also give his approval though in case I'm missing anything
Just a fail on the formatting test, ive run the clang format script if thats the problem, but doesn't seem to change anything |
@jbasabe let me see if I can fix the formatting issue... |
…-eos into jb/add_transform_to_sie
…-eos into jb/add_transform_to_sie
…-eos into jb/add_transform_to_sie
@jbasabe I don't know why, but the script doesn't appear to be working correctly. Instead, I used something closer to what the CI is doing:
and that seemed to work |
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 GPU tests caught some small things that need to be changed @jbasabe
"merge with main to include MR 529 and 531"
…endsRhoSie class, removed getter from LRHOFromPlt function
I've made the edits and pushed to here and re-git |
PR Summary
PR Checklist
make format
command after configuring withcmake
.If preparing for a new release, in addition please check the following:
when='@main'
dependencies are updated to the release version in the package.py