Bugfix: type conversion in PubChemPureSubstanceSection
When PubChemPureSubstanceSection
section is used for certain compounds, like NaCl, the molecular weight received from the pubchem api is of type str. However, the nomad quantity that is populated based on it is of type float, leading to error in normalizing.
Edited by Sarthak Kapoor