Skip to content

Commit

Permalink
merging test script
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhdalvi committed Apr 12, 2024
1 parent 7abe741 commit 3bfde43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/portfolio_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ p = Portfolio(0.07)
t = SupplyTechnology{ThermalStandard}(
"thermal_tech",
true,
ThermalStandard,
PSY.ThermalFuels.COAL,
PSY.PrimeMovers.ST,
0.98, # cap factor
Expand All @@ -39,3 +38,4 @@ get_technologies(SupplyTechnology{ThermalStandard}, p)
PSIP.remove_technology!(SupplyTechnology{ThermalStandard}, p, "thermal_tech")

get_available(t)
IS.deserialize(p)
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
InfrastructureSystems = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1"
PowerSystems = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd"
PowerSystemsInvestmentsPortfolios = "bed98974-b02a-5e2f-9fe0-a103f8c450dd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "^1.6"

0 comments on commit 3bfde43

Please sign in to comment.