Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Mar 27, 2024
1 parent 85a2987 commit 67cb58c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/devices_models/device_constructors/branch_constructor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function construct_device!(
)
end


add_variables!(
container,
FlowActivePowerVariable,
Expand Down Expand Up @@ -219,7 +218,6 @@ function construct_device!(
end
add_feedforward_arguments!(container, device_model, devices)


add_feedforward_arguments!(container, model, devices)
end

Expand Down
6 changes: 5 additions & 1 deletion src/simulation/simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,11 @@ function _initial_conditions_reconciliation!(
return all_ic_values
end

function _build_single_model_for_simulation(model::DecisionModel, sim::Simulation, model_number::Int)
function _build_single_model_for_simulation(
model::DecisionModel,
sim::Simulation,
model_number::Int,
)
@error("Building problem $(get_name(model)) $(Threads.threadid())")
initial_time = get_initial_time(sim)
set_initial_time!(model, initial_time)
Expand Down

0 comments on commit 67cb58c

Please sign in to comment.