-
Notifications
You must be signed in to change notification settings - Fork 24
edit log message _adjust_charge_balance #160
Copy link
Copy link
Closed
Labels
Description
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)."
Reactions are currently unavailable