Closed kurbansitterley closed 4 months ago
There was an issue with the Expr_if in Pyomo that was causing errors for costing the MgCl2 flow that depends on use of Expr_if.
Expr_if
This issue has been resolved and so this PR just adds back costing of the MgCl2 flow and adds a test to check that it is working.
Updated the MgCl2 cost and checked the MgCl2 dosing value.
There was an issue with the
Expr_if
in Pyomo that was causing errors for costing the MgCl2 flow that depends on use ofExpr_if
.This issue has been resolved and so this PR just adds back costing of the MgCl2 flow and adds a test to check that it is working.