-
Notifications
You must be signed in to change notification settings - Fork 385
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
EAMxx: add field utility to scale with inverse of input field #6960
Conversation
833436e
to
cd9f86f
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.
Looks good to me, had a comment about adding another unit test for int
that you are welcome to add.
91f7383
to
e1469f2
Compare
I forced a rebase on master due to conflicts with next. I will merge to next/master as soon as CI passes, without waiting for aaron to review again. |
Similar to the existing Field::scale. It helps making unit tests (or non-perf critical code) easier to read. [BFB] Signed-off-by: Luca Bertagna <lbertag@sandia.gov>
e1469f2
to
7adde68
Compare
@bartgol , is this good to go in now? |
Yes! |
Similar to the existing
Field::scale
. It helps making unit tests (or non-perf critical code) easier to read.[B4B]