FHIR / Ucum-java

FHIR Java library providing UCUM Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected result with isComparable

roosi-ann-kodality opened this issue · comments

Method isComparable("IU", "IU") will return false. Would expect that unit will be comparable to itself. Is this an issue with this library or UCUM?

This is an issue with your unit - IU is not a valid unit. [iU] is though, and that returns true.