Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup Partition testing #1039

Open
jd-lara opened this issue Jan 9, 2024 · 0 comments
Open

cleanup Partition testing #1039

jd-lara opened this issue Jan 9, 2024 · 0 comments

Comments

@jd-lara
Copy link
Member

jd-lara commented Jan 9, 2024

In Julia 1.10 we trigger a large amount of Warnings due to the current code in the partition code testing that re-defines methods.
cc. @daniel-thom

WARNING: Method definition test_ic_serialization_outputs(PowerSimulations.OperationModel) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/common_operation_model.jl:5 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.test_ic_serialization_outputs), PowerSimulations.OperationModel) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/common_operation_model.jl:5 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition moi_tests(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Int64, Int64, Int64, Int64, Int64, Bool) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:4 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_constraint_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Array{var"#s1421", 1} where var"#s1421"<:(PowerSimulations.ConstraintKey{T, U} where U<:Union{PowerSystems.Component, PowerSystems.System} where T<:PowerSimulations.ConstraintType)) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:25 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_aux_variable_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Array{var"#s1421", 1} where var"#s1421"<:(PowerSimulations.AuxVarKey{T, U} where U<:PowerSystems.Component where T<:PowerSimulations.AuxVariableType)) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:41 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_checkbinvar_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Array{var"#s1421", 1} where var"#s1421"<:(PowerSimulations.VariableKey{T, U} where U<:Union{PowerSystems.Component, PowerSystems.System} where T<:PowerSimulations.VariableType)) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:53 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_checkobjfun_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:66 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition moi_lbvalue_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, PowerSimulations.ConstraintKey{T, U} where U<:Union{PowerSystems.Component, PowerSystems.System} where T<:PowerSimulations.ConstraintType, Number) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:72 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_checksolve_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:79 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_checksolve_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:85 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_checksolve_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Any, Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:85 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_ptdf_lmps(PowerSimulations.ProblemResults, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:93 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_variable_unbounded(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}) where {T<:PowerSimulations.VariableType, U<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:109 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_variable_unbounded(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, PowerSimulations.VariableKey{T, U} where U<:Union{PowerSystems.Component, PowerSystems.System} where T<:PowerSimulations.VariableType) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:117 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_variable_bounded(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}) where {T<:PowerSimulations.VariableType, U<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:128 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_variable_bounded(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, PowerSimulations.VariableKey{T, U} where U<:Union{PowerSystems.Component, PowerSystems.System} where T<:PowerSimulations.VariableType) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:136 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_flow_variable_values(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}, String, Float64) where {T<:PowerSimulations.VariableType, U<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:147 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_flow_variable_values(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}, String, Float64, Float64) where {T<:PowerSimulations.VariableType, U<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:165 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_flow_variable_values(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}, Type{V}, String, Float64, Float64) where {T<:PowerSimulations.VariableType, U<:PowerSimulations.VariableType, V<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:184 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_flow_variable_values(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}, Type{V}, String, Float64) where {T<:PowerSimulations.VariableType, U<:PowerSimulations.VariableType, V<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:208 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition jump_value(Int64) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:231 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition _check_constraint_bounds(PowerSimulations.ConstraintBounds, NamedTuple{names, T} where T<:Tuple where names) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:236 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition _check_variable_bounds(PowerSimulations.VariableBounds, NamedTuple{names, T} where T<:Tuple where names) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:243 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_duration_on_initial_conditions_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:248 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_duration_off_initial_conditions_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:274 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_energy_initial_conditions_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:300 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_energy_initial_conditions_values(Any, Type{T}) where {T<:PowerSystems.HydroGen} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:313 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_status_initial_conditions_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:326 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_active_power_initial_condition_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:341 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_active_power_abovemin_initial_condition_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:363 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_initialization_variable_count(Any, S, Type{T}) where {S<:PowerSimulations.VariableType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:388 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_variable_count(Any, S, Type{T}) where {S<:PowerSimulations.VariableType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:401 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_initialization_constraint_count(Any, S, Type{T}) where {S<:PowerSimulations.ConstraintType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:412 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.check_initialization_constraint_count), Any, S, Type{T}) where {S<:PowerSimulations.ConstraintType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:412 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_constraint_count(Any, S, Type{T}) where {S<:PowerSimulations.ConstraintType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:426 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.check_constraint_count), Any, S, Type{T}) where {S<:PowerSimulations.ConstraintType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:426 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_constraint_count(Any, PowerSimulations.RampConstraint, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:439 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_constraint_count(Any, PowerSimulations.DurationConstraint, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:469 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{Main.MockOperationProblem})() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:4 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{Main.MockEmulationProblem})() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:5 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem})(Type{Main.MockOperationProblem}, Type{T}, PowerSystems.System) where {T<:PowerModels.AbstractPowerModel} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:7 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem}, Type{Main.MockOperationProblem}, Type{T}, PowerSystems.System) where {T<:PowerModels.AbstractPowerModel} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:7 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition make_mock_forecast(Any, Any, Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:24 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition make_mock_singletimeseries(Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:38 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem})(Type{Main.MockOperationProblem}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:45 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem}, Type{Main.MockOperationProblem}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:45 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{PowerSimulations.EmulationModel{M} where M<:PowerSimulations.EmulationProblem})(Type{Main.MockEmulationProblem}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:72 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{PowerSimulations.EmulationModel{M} where M<:PowerSimulations.EmulationProblem}, Type{Main.MockEmulationProblem}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:72 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition mock_construct_device!(PowerSimulations.DecisionModel{Main.MockOperationProblem}, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:98 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.mock_construct_device!), PowerSimulations.DecisionModel{Main.MockOperationProblem}, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:98 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition mock_construct_network!(PowerSimulations.DecisionModel{Main.MockOperationProblem}, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:150 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition mock_uc_ed_simulation_problems(Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:161 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition create_simulation_build_test_problems() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:173 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition create_simulation_build_test_problems(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:173 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition create_simulation_build_test_problems(Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:173 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition create_simulation_build_test_problems(Any, Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:173 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition create_simulation_build_test_problems(Any, Any, Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:173 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{Main.MockStagesStruct})(Base.Dict{Int64, Int64}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:188 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{Main.MockStagesStruct})(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:188 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition show(IO, Main.MockStagesStruct) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:191 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition setup_ic_model_container!(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:196 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_thermal_standard_uc_template() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:1 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_thermal_dispatch_template_network() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:8 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_thermal_dispatch_template_network(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:8 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_basic_uc_simulation() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:20 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_standard_uc_simulation() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:30 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_nomin_ed_simulation() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:36 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_nomin_ed_simulation(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:36 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_hydro_st_uc() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:46 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_hydro_st_uc(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:46 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_hydro_st_ed() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:56 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_hydro_st_ed(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:56 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_hydro_st_ed(Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:56 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_dispatch_with_network() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:66 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_dispatch_with_network(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:66 overwritten on the same line (check for duplicate calls to `include`).
┌ Warning: Overwriting ThermalStandard existing model
└ @ PowerSimulations ~/.julia/packages/PowerSimulations/UVqKK/src/core/device_model.jl:111
┌ Warning: Overwriting ThermalStandard existing model
└ @ PowerSimulations ~/.julia/packages/PowerSimulations/UVqKK/src/core/device_model.jl:111
WARNING: Method definition test_ic_serialization_outputs(PowerSimulations.OperationModel) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/common_operation_model.jl:5 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.test_ic_serialization_outputs), PowerSimulations.OperationModel) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/common_operation_model.jl:5 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition moi_tests(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Int64, Int64, Int64, Int64, Int64, Bool) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:4 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_constraint_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Array{var"#s1421", 1} where var"#s1421"<:(PowerSimulations.ConstraintKey{T, U} where U<:Union{PowerSystems.Component, PowerSystems.System} where T<:PowerSimulations.ConstraintType)) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:25 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_aux_variable_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Array{var"#s1421", 1} where var"#s1421"<:(PowerSimulations.AuxVarKey{T, U} where U<:PowerSystems.Component where T<:PowerSimulations.AuxVariableType)) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:41 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_checkbinvar_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Array{var"#s1421", 1} where var"#s1421"<:(PowerSimulations.VariableKey{T, U} where U<:Union{PowerSystems.Component, PowerSystems.System} where T<:PowerSimulations.VariableType)) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:53 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_checkobjfun_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:66 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition moi_lbvalue_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, PowerSimulations.ConstraintKey{T, U} where U<:Union{PowerSystems.Component, PowerSystems.System} where T<:PowerSimulations.ConstraintType, Number) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:72 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_checksolve_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:79 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_checksolve_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:85 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_checksolve_test(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Any, Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:85 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition psi_ptdf_lmps(PowerSimulations.ProblemResults, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:93 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_variable_unbounded(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}) where {T<:PowerSimulations.VariableType, U<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:109 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_variable_unbounded(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, PowerSimulations.VariableKey{T, U} where U<:Union{PowerSystems.Component, PowerSystems.System} where T<:PowerSimulations.VariableType) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:117 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_variable_bounded(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}) where {T<:PowerSimulations.VariableType, U<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:128 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_variable_bounded(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, PowerSimulations.VariableKey{T, U} where U<:Union{PowerSystems.Component, PowerSystems.System} where T<:PowerSimulations.VariableType) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:136 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_flow_variable_values(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}, String, Float64) where {T<:PowerSimulations.VariableType, U<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:147 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_flow_variable_values(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}, String, Float64, Float64) where {T<:PowerSimulations.VariableType, U<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:165 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_flow_variable_values(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}, Type{V}, String, Float64, Float64) where {T<:PowerSimulations.VariableType, U<:PowerSimulations.VariableType, V<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:184 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_flow_variable_values(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem, Type{T}, Type{U}, Type{V}, String, Float64) where {T<:PowerSimulations.VariableType, U<:PowerSimulations.VariableType, V<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:208 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition jump_value(Int64) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:231 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition _check_constraint_bounds(PowerSimulations.ConstraintBounds, NamedTuple{names, T} where T<:Tuple where names) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:236 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition _check_variable_bounds(PowerSimulations.VariableBounds, NamedTuple{names, T} where T<:Tuple where names) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:243 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_duration_on_initial_conditions_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:248 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_duration_off_initial_conditions_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:274 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_energy_initial_conditions_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:300 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_energy_initial_conditions_values(Any, Type{T}) where {T<:PowerSystems.HydroGen} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:313 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_status_initial_conditions_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:326 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_active_power_initial_condition_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:341 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_active_power_abovemin_initial_condition_values(Any, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:363 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_initialization_variable_count(Any, S, Type{T}) where {S<:PowerSimulations.VariableType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:388 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_variable_count(Any, S, Type{T}) where {S<:PowerSimulations.VariableType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:401 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_initialization_constraint_count(Any, S, Type{T}) where {S<:PowerSimulations.ConstraintType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:412 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.check_initialization_constraint_count), Any, S, Type{T}) where {S<:PowerSimulations.ConstraintType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:412 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_constraint_count(Any, S, Type{T}) where {S<:PowerSimulations.ConstraintType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:426 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.check_constraint_count), Any, S, Type{T}) where {S<:PowerSimulations.ConstraintType, T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:426 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_constraint_count(Any, PowerSimulations.RampConstraint, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:439 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition check_constraint_count(Any, PowerSimulations.DurationConstraint, Type{T}) where {T<:PowerSystems.Component} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/model_checks.jl:469 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{Main.MockOperationProblem})() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:4 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{Main.MockEmulationProblem})() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:5 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem})(Type{Main.MockOperationProblem}, Type{T}, PowerSystems.System) where {T<:PowerModels.AbstractPowerModel} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:7 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem}, Type{Main.MockOperationProblem}, Type{T}, PowerSystems.System) where {T<:PowerModels.AbstractPowerModel} in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:7 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition make_mock_forecast(Any, Any, Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:24 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition make_mock_singletimeseries(Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:38 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem})(Type{Main.MockOperationProblem}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:45 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem}, Type{Main.MockOperationProblem}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:45 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{PowerSimulations.EmulationModel{M} where M<:PowerSimulations.EmulationProblem})(Type{Main.MockEmulationProblem}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:72 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{PowerSimulations.EmulationModel{M} where M<:PowerSimulations.EmulationProblem}, Type{Main.MockEmulationProblem}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:72 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition mock_construct_device!(PowerSimulations.DecisionModel{Main.MockOperationProblem}, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:98 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.mock_construct_device!), PowerSimulations.DecisionModel{Main.MockOperationProblem}, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:98 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition mock_construct_network!(PowerSimulations.DecisionModel{Main.MockOperationProblem}, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:150 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition mock_uc_ed_simulation_problems(Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:161 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition create_simulation_build_test_problems() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:173 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition create_simulation_build_test_problems(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:173 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition create_simulation_build_test_problems(Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:173 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition create_simulation_build_test_problems(Any, Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:173 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition create_simulation_build_test_problems(Any, Any, Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:173 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{Main.MockStagesStruct})(Base.Dict{Int64, Int64}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:188 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition (::Type{Main.MockStagesStruct})(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:188 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition show(IO, Main.MockStagesStruct) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:191 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition setup_ic_model_container!(PowerSimulations.DecisionModel{M} where M<:PowerSimulations.DecisionProblem) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/mock_operation_models.jl:196 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_thermal_standard_uc_template() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:1 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_thermal_dispatch_template_network() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:8 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_thermal_dispatch_template_network(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:8 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_basic_uc_simulation() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:20 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_standard_uc_simulation() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:30 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_nomin_ed_simulation() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:36 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_nomin_ed_simulation(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:36 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_hydro_st_uc() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:46 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_hydro_st_uc(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:46 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_hydro_st_ed() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:56 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_hydro_st_ed(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:56 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_hydro_st_ed(Any, Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:56 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_dispatch_with_network() in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:66 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition get_template_dispatch_with_network(Any) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/test_utils/operations_problem_templates.jl:66 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition build_simulation(AbstractString, AbstractString) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/run_partitioned_simulation.jl:36 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition build_simulation(AbstractString, AbstractString, Union{Nothing, PowerSimulations.SimulationPartitions}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/run_partitioned_simulation.jl:36 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition build_simulation(AbstractString, AbstractString, Union{Nothing, PowerSimulations.SimulationPartitions}, Union{Nothing, Integer}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/run_partitioned_simulation.jl:36 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.build_simulation), AbstractString, AbstractString) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/run_partitioned_simulation.jl:36 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.build_simulation), AbstractString, AbstractString, Union{Nothing, PowerSimulations.SimulationPartitions}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/run_partitioned_simulation.jl:36 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.build_simulation), AbstractString, AbstractString, Union{Nothing, PowerSimulations.SimulationPartitions}, Union{Nothing, Integer}) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/run_partitioned_simulation.jl:36 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition execute_simulation(Any, Any...) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/run_partitioned_simulation.jl:176 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Main.execute_simulation), Any, Any...) in module Main at /home/jlara/.julia/packages/PowerSimulations/UVqKK/test/run_partitioned_simulation.jl:176 overwritten on the same line (check for duplicate calls to `include`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant