bjodah / chempy

⚗ A package useful for chemistry written in Python
BSD 2-Clause "Simplified" License
544 stars 78 forks source link

Turn off sending a progress report to the console. #183

Closed matecsaj closed 3 years ago

matecsaj commented 3 years ago

Turn off sending a progress report to the console when using the function balance_stoichiometry() with underdetermined=None. Consistency is improved; in my experience, no other successful operation in the chempy library dumps to the console. To learn why this came to be, see https://github.com/bjodah/chempy/issues/170 and https://github.com/coin-or/pulp/issues/351. Partial credit to Franco Pesch, https://github.com/pchtsp.

bjodah commented 3 years ago

Great, thank you for fixing this!