BioSTEAMDevelopmentGroup / thermosteam

BioSTEAM's Premier Thermodynamic Engine
Other
57 stars 12 forks source link

Error: 'GroupCounts' object has no attribute 'subgroups' #4

Closed yalinli2 closed 4 years ago

yalinli2 commented 4 years ago

Description Seems like thermosteam.Chemicals can cause attribute errors as in the title for some chemicals

To Reproduce

import thermosteam as tmo
water, glycerol = tmo.Chemicals(['Water', 'Glycerol'])
water.show()
glycerol.show()

Screenshot No error for water

Water

Attribute error for glycerol

Glycerol

Environment OS: macOS 10.15.3 python: 3.7.0 thermosteam: 0.2.10

Thanks!!!

yalinli2 commented 4 years ago

This issue has been fixed in thermosteam 0.3.0