-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(): temperature_offset has same unit conversion as temperature #668
Conversation
|
||
dim = udim.temperature | ||
dim_name = "temperature_difference" | ||
expect_delta_unit = True |
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.
can we call it is_delta_unit
?
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.
That was the original name but then I think it might be confusing in the function whether is_delta_unit
indicates the slot expects a delta unit or the input data is a delta unit.
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 see. Makes sense
* Rename stuff * Ready for review * added some unit test * Added scaling test for this new temperature_difference non-dimensionalization * Comments addressed * Fixed delta character not recognized in the Windows OS * More fix
…) (#677) * Rename stuff * Ready for review * added some unit test * Added scaling test for this new temperature_difference non-dimensionalization * Comments addressed * Fixed delta character not recognized in the Windows OS * More fix
…use they are not tested yet and I need to deploy a new version. (#684) * Revert "fix(): Ammend bugs in PR#668, also changed Imperial unit system to use Fahrenheit as default temperature unit (#678) (#680)" This reverts commit 160062e. * Revert "[SCFD-4128] [SCFD-4126] feat(): Removed validation process for unit system conversion (#666) (#679)" This reverts commit 2568a16. * Revert "fix(): temperature_offset has same unit conversion as temperature (#668) (#677)" This reverts commit 07b91cc. * Hacy fix to diable the positive temperature check.
No description provided.