You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the "offset" parameter in the definition file is being ignored. The test_offset method in test_pint.py is decorated with unittest.expectedFailure.
The text was updated successfully, but these errors were encountered:
The temperature conversion (and the support for logarithmic units like dB) is work in progress. The plan is to support two types of temperature units: difference in temperature and temperature. The difference in temperature will operate like any other multiplicative unit. I am looking for a way to implement all this without making the code too complicated. In particular, I would like to raise meaning full errors and warnings when an operation is not supported.
If they don't work currently, it would be better to omit them from the definition file (at least on the release branch). Inaccurate results are worse than none.
It seems like the "offset" parameter in the definition file is being ignored. The test_offset method in test_pint.py is decorated with unittest.expectedFailure.
The text was updated successfully, but these errors were encountered: