Closed theigner closed 4 years ago
The unit ng/mL is defined as
<!ENTITY ng_per_mL "<Unit label='ng/g'><SIUnit exponent='1' factor='1e-12'>kg</SIUnit><SIUnit exponent='-1' factor='1e-3'>m</SIUnit></Unit>">
but should be
<!ENTITY ng_per_mL "<Unit label='ng/mL'><SIUnit exponent='1' factor='1e-12'>kg</SIUnit><SIUnit exponent='-3' factor='1e-6'>m</SIUnit></Unit>">
The unit ng/mL is defined as
<!ENTITY ng_per_mL "<Unit label='ng/g'><SIUnit exponent='1' factor='1e-12'>kg</SIUnit><SIUnit exponent='-1' factor='1e-3'>m</SIUnit></Unit>">
but should be
<!ENTITY ng_per_mL "<Unit label='ng/mL'><SIUnit exponent='1' factor='1e-12'>kg</SIUnit><SIUnit exponent='-3' factor='1e-6'>m</SIUnit></Unit>">