v1.1.3 introduced a private _adjust_charge_balance method to consolidate charge balancing code. As part of that change, log messages for different situations were refactored. The log message at line 2298 is now redundant because it says
f"Solution is not electroneutral (C.B. = {cb} eq/L). Adjusting {self._cb_species} to compensate."
but there is now a separate log message at line 2291 that says
f"Solution is not electroneutral (C.B. = {cb} eq/L)."
The first log message (at line 2298) should be edited to remove the phrase "Solution is not electroneutral (C.B. = {cb} eq/L)."
v1.1.3
introduced a private_adjust_charge_balance
method to consolidate charge balancing code. As part of that change, log messages for different situations were refactored. The log message at line 2298 is now redundant because it saysbut there is now a separate log message at line 2291 that says
The first log message (at line 2298) should be edited to remove the phrase "Solution is not electroneutral (C.B. = {cb} eq/L)."