Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Jun 13, 2024
1 parent 45fd8e7 commit 7383ea1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions src/operation/decision_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ function validate_time_series(model::DecisionModel{<:DefaultDecisionProblem})
end
else
set_resolution!(settings, first(available_resolutions))
end
end

if get_horizon(settings) == UNSET_HORIZON
set_horizon!(settings, PSY.get_forecast_horizon(sys))
end
Expand Down
44 changes: 22 additions & 22 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ Aqua.test_ambiguities(PowerSimulations)
const LOG_FILE = "power-simulations-test.log"

const DISABLED_TEST_FILES = [
# "test_basic_model_structs.jl",
# "test_device_branch_constructors.jl",
# "test_device_hydro_generation_constructors.jl",
# "test_device_load_constructors.jl",
# "test_device_hybrid_generation_constructors.jl",
# "test_device_renewable_generation_constructors.jl",
# "test_device_storage_constructors.jl",
# "test_device_thermal_generation_constructors.jl",
# "test_jump_model_utils.jl",
# "test_model_decision.jl",
# "test_problem_template.jl",
# "test_model_emulation.jl",
# "test_network_constructors.jl",
"test_services_constructor.jl",
# "test_simulation_models.jl",
# "test_simulation_sequence.jl",
# "test_simulation_build.jl",
# "test_initialization_problem.jl",
# "test_simulation_execute.jl",
# "test_simulation_results.jl",
# "test_simulation_results_export.jl",
# "test_simulation_store.jl",
# "test_basic_model_structs.jl",
# "test_device_branch_constructors.jl",
# "test_device_hydro_generation_constructors.jl",
# "test_device_load_constructors.jl",
# "test_device_hybrid_generation_constructors.jl",
# "test_device_renewable_generation_constructors.jl",
# "test_device_storage_constructors.jl",
# "test_device_thermal_generation_constructors.jl",
# "test_jump_model_utils.jl",
# "test_model_decision.jl",
# "test_problem_template.jl",
# "test_model_emulation.jl",
# "test_network_constructors.jl",
"test_services_constructor.jl",
# "test_simulation_models.jl",
# "test_simulation_sequence.jl",
# "test_simulation_build.jl",
# "test_initialization_problem.jl",
# "test_simulation_execute.jl",
# "test_simulation_results.jl",
# "test_simulation_results_export.jl",
# "test_simulation_store.jl",
]

LOG_LEVELS = Dict(
Expand Down

0 comments on commit 7383ea1

Please sign in to comment.