Version Checks (indicate both or one)
Issue Description
The new linopy version adds a type check in assert_linequal(), which raises an assertion if the compared objects are no linopy.LinExpression. As Constraint.rhs was compared this way, this doesn't work anymore
Reproducible Example
Expected Behavior
Solver Used
HiGHS (default)
Installed Versions
Details
``` Replace this with your environment info ```
Version Checks (indicate both or one)
I have confirmed this bug exists on the latest release of FlixOpt.
I have confirmed this bug exists on the current
mainbranch of FlixOpt.Issue Description
The new linopy version adds a type check in
assert_linequal(), which raises an assertion if the compared objects are no linopy.LinExpression. As Constraint.rhs was compared this way, this doesn't work anymoreReproducible Example
-Expected Behavior
Solver Used
HiGHS (default)
Installed Versions
Details
``` Replace this with your environment info ```