-
Notifications
You must be signed in to change notification settings - Fork 386
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
Add KelvinPerMinute to TemperatureChangeRateUnit #1429
Add KelvinPerMinute to TemperatureChangeRateUnit #1429
Conversation
andrewmeservy
commented
Oct 17, 2024
- Add KelvinPerMinute to TemperatureChangeRateUnit
- Add "pause" at end of generate-code.bat so the cmd window does not close immediately, allowing devs to inspect any errors that may have occurred during the command execution.
Thanks, looks perfect! Nuget should be out in 30 minutes or so. |
added the following units to TemperatureChangeRate: DegreeFahrenheitPerMinute DegreeFahrenheitPerSecond DegreeKelvinPerSecond DegreeCelsiusPerHour DegreeKelvinPerHour DegreeFahrenheitPerHour After reviewing the unit tests I came to the conclusion that the recently added (#1429) unit DegreeKelvinPerMinute had a wrong conversion. I checked that for example here: https://www.unitsconverters.com/en/Rate-Of-Temperature-Change-Conversions/Measurement-1189 and also here: https://www.quora.com/Why-is-32-not-used-when-converting-per-degree-Celsius-C-1-to-per-degree-Fahrenheit-F-1
@angularsen I don't believe this has been carried over to |
would def appreciate this being included in future versions, and really appreciate David-HH-Dev fixing the conversion calculation :) |
@lipchev It will eventually be merged in along with everything else from master to v6, when I have enough time and energy to deal with all the merge conflits 😄 |
If anyone is eager to get it into v6 sooner, you can do a separate PR targeting |
Merged into V6 branch, nuget should be out shortly. |