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
actual.getgM() should equalWithTolerance(
Quantities.getQuantity(826.44628, MetricPrefix.NANO(SIEMENS))
)
We got failing tests, even though they shouldn't.
The problem of the test failing was the unit even though it was of unit nano Siemens.
Looking into the unit actual had a noted symbol attribute while expected didn't.
I suspect that it has something to do with the StandardUnits.
In any case this comparison should work. Find out what this is about
The text was updated successfully, but these errors were encountered:
In 78c168d when comparing values of kind:
We got failing tests, even though they shouldn't.
The problem of the test failing was the unit even though it was of unit nano Siemens.
Looking into the unit actual had a noted
symbol
attribute while expected didn't.I suspect that it has something to do with the
StandardUnits
.In any case this comparison should work. Find out what this is about
The text was updated successfully, but these errors were encountered: