BioSTEAMDevelopmentGroup / thermosteam

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

No flx.InfeasibleRegion in solve_vle_composition exception #18

Closed yalinli2 closed 4 years ago

yalinli2 commented 4 years ago

Description Currently module flexsolve has no attribute InfeasibleRegion, can you check this out? Thanks!!!

https://github.com/BioSTEAMDevelopmentGroup/thermosteam/blob/9386fd112b1fff14ac9a2c319cf08e8264dfdc4f/thermosteam/equilibrium/solve_vle_composition.py#L28

https://github.com/BioSTEAMDevelopmentGroup/thermosteam/blob/9386fd112b1fff14ac9a2c319cf08e8264dfdc4f/thermosteam/equilibrium/solve_vle_composition.py#L36

Environment OS: macOS Catalina 10.15.5 python: v 3.7.6 biosteam: v 2.20.4 thermosteam: v 0.20.6 flexsolve: v 0.3.28

yoelcortes commented 4 years ago

Fixed in biosteam==2.20.5!

yalinli2 commented 4 years ago

Cool! Thanks!