From 213de36773aefd05acaae762cb9b7944195d971d Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Thu, 29 Feb 2024 22:03:47 -0700 Subject: [PATCH] change includes --- src/PowerSystemsInvestmentsPortfolios.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/PowerSystemsInvestmentsPortfolios.jl b/src/PowerSystemsInvestmentsPortfolios.jl index 9d35082..9f93535 100644 --- a/src/PowerSystemsInvestmentsPortfolios.jl +++ b/src/PowerSystemsInvestmentsPortfolios.jl @@ -1,7 +1,7 @@ module PowerSystemsInvestmentsPortfolios import InfrastructureSystems -# TODO: Some of these re-exports may cause name collisions +# TODO: Some of these re-exports may cause name collisions with PowerSystems import InfrastructureSystems: add_time_series, to_json, @@ -36,8 +36,9 @@ const PSY = PowerSystems const IS = InfrastructureSystems include("technologies.jl") -include("demand.jl") +include("demand_requirement.jl") include("supply.jl") +include("demand_side.jl") include("transport.jl") include("storage.jl") include("portfolio.jl")