Skip to content

Commit

Permalink
change includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Mar 1, 2024
1 parent 2bd56b5 commit 213de36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/PowerSystemsInvestmentsPortfolios.jl
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 213de36

Please sign in to comment.