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
In transmission.jl, the code for adding transmission lines to the CRM constraint does not appear to take into account whether a transmission line is supposed to be included in a CRM constraint as given by the CapRes_* column. The documentation says this column is required to tell the model whether a line is included in the constraint, but I do not see this column being read in or used anywhere.
Environment and Version
MacOS, julia 1.10, GenX 0.4
Relevant error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
I should note that it's possible this is just an issue with the documentation. Maybe this column is supposed to actually not exist with the current version of the code.
Hey @gmantegna, thanks for catching that. You’re right, I don’t think that column has been used to include (or exclude) contributions to the transmission line in the CRM. Do you think it’s a feature we should add to the model? Otherwise, we can simply remove it from the documentation.
Bug description
In transmission.jl, the code for adding transmission lines to the CRM constraint does not appear to take into account whether a transmission line is supposed to be included in a CRM constraint as given by the CapRes_* column. The documentation says this column is required to tell the model whether a line is included in the constraint, but I do not see this column being read in or used anywhere.
Environment and Version
MacOS, julia 1.10, GenX 0.4
Relevant error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: