BioSTEAMDevelopmentGroup / thermosteam

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

Issue with ternary #56

Closed gaorkl closed 2 years ago

gaorkl commented 2 years ago

Hi,

I am trying to run the example in: https://thermosteam.readthedocs.io/en/latest/equilibrium/plot_equilibrium_module.html#thermosteam.equilibrium.plot_equilibrium.plot_lle_ternary_diagram

I am getting the following error: ModuleNotFoundError: No module named 'ternary'

Is ternary a library that should be installed separately?

Best

Michael

yoelcortes commented 2 years ago

Hi Michael,

Yes, sorry for the late reply! I don't know how I missed this issue. Just pip install python-ternary (https://github.com/marcharper/python-ternary). I'll add this to the tutorial and the development version of thermosteam soon (leaving this issue open as a reminder).

Thanks,