You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello - Thank you for making this code available, it is extremely helpful. I think there may be an incorrectly labeled attribute, in particular in mps_loader.py on L195 should the attribute constraint be constraints, so that the line reads:
elif self.constraints[constr]["type"] == "E":
The text was updated successfully, but these errors were encountered:
https://github.com/jmaerte/pysmps/blob/aacdfc26959a0b267b331860e1fb717d924b3a52/pysmps/mps_loader.py#L195C23-L195C23
Hello - Thank you for making this code available, it is extremely helpful. I think there may be an incorrectly labeled attribute, in particular in mps_loader.py on L195 should the attribute
constraint
beconstraints
, so that the line reads:elif self.constraints[constr]["type"] == "E":
The text was updated successfully, but these errors were encountered: