AnIML / techniques

AnIML Technique Definitions
17 stars 7 forks source link

Definition of µg, ng and pg in animl_unit_entities.dtd seem to be incorrect #9

Closed ghost closed 4 years ago

ghost commented 4 years ago

The units µg, ng and pg are defined like this

<Unit label='µg'><SIUnit factor='1e-12'>kg</SIUnit></Unit> <Unit label='ng'><SIUnit factor='1e-15'>kg</SIUnit></Unit> <Unit label='pg'><SIUnit factor='1e-18'>kg</SIUnit></Unit>

Shouln't this be

<Unit label='µg'><SIUnit factor='1e-9'>kg</SIUnit></Unit> <Unit label='ng'><SIUnit factor='1e-12'>kg</SIUnit></Unit> <Unit label='pg'><SIUnit factor='1e-15'>kg</SIUnit></Unit>

?

ghost commented 4 years ago

yes, thx for the note!

ghost commented 4 years ago

Thanks for fixing! Fixed in commit 3981e85776a918086b7384900c7f1f353c774fec