Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Jun 14, 2024
1 parent 08f9944 commit d674201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_utils/model_checks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ function check_energy_initial_conditions_values(model, ::Type{T}) where {T <: PS
d = ic.component
name = PSY.get_name(ic.component)
e_value = PSI.jump_value(PSI.get_value(ic))
@test PSY.get_initial_storage_capacity_level(d) * PSY.get_storage_capacity(d) * PSY.get_conversion_factor(d) == e_value
@test PSY.get_initial_storage_capacity_level(d) * PSY.get_storage_capacity(d) *
PSY.get_conversion_factor(d) == e_value
end
end

Expand Down

0 comments on commit d674201

Please sign in to comment.