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
, we have special cases for when a particular dictionary is empty. The empty dictionary is being used as a null value, but nothing would be a better semantic match: we're not just trying to indicate that we should run the algorithm with zero bus reduction mappings, for example; we're trying to indicate that we should run a different version of the algorithm that takes its input from a different data structure. There are likely other occurrences of this elsewhere in the codebase.
The text was updated successfully, but these errors were encountered:
At
PowerSimulations.jl/src/core/optimization_container.jl
Line 437 in f93f740
PowerSimulations.jl/src/network_models/network_slack_variables.jl
Line 41 in f93f740
PowerSimulations.jl/src/network_models/powermodels_interface.jl
Line 302 in f93f740
nothing
would be a better semantic match: we're not just trying to indicate that we should run the algorithm with zero bus reduction mappings, for example; we're trying to indicate that we should run a different version of the algorithm that takes its input from a different data structure. There are likely other occurrences of this elsewhere in the codebase.The text was updated successfully, but these errors were encountered: