wigging / chemics

A Python package for chemical engineering
https://chemics.readthedocs.io
MIT License
169 stars 15 forks source link

Change balance attribute to is_balanced method #31

Closed sheodun closed 8 months ago

sheodun commented 8 months ago

Instead of a full refactor, I decided to remove the balance attribute from ChemicalEquation and convert the _check_balance method to the is_balanced() -> bool method.

Closes wigging/chemics#29

wigging commented 8 months ago

Please merge this into wigging:dev instead of wigging:main.

sheodun commented 8 months ago

Sorry, I have now requested to merge into wigging:dev

wigging commented 8 months ago

In the README you use _is_balanced() but it should be is_balanced().