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
type OptResult has no field descriptor
Stacktrace:
[1] getproperty(::Any, ::Symbol) at ./sysimg.jl:18
[2] macro expansion at ./logging.jl:319 [inlined]
[3] get_cep_variables(::OptResult, ::String) at /home/holger/.julia/dev/CapacityExpansion/src/utils/utils.jl:54
[4] get_cep_slack_variables(::OptResult) at /home/holger/.julia/dev/CapacityExpansion/src/utils/utils.jl:38
[5] top-level scope at In[13]:1
This seems to be an error in get_cep_variables() in utils.jl, potentially here:
ifisempty(variables)
throw(@error("$variable_type-Variable not provided in $(opt_result.descriptor)"))
Any thoughts on what happened? / was there a change in the most recent dev branch that we have to accomodate here?
The text was updated successfully, but these errors were encountered:
get_cep_slack_variables(test_result)
This seems to be an error in
get_cep_variables()
in utils.jl, potentially here:Any thoughts on what happened? / was there a change in the most recent dev branch that we have to accomodate here?
The text was updated successfully, but these errors were encountered: