Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Oct 31, 2024
1 parent d7ad95e commit 0089a45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CurrentModule = PRASInterface

`PRASInterface.jl` is a [`Julia`](http://www.julialang.org) package that provides blah blah

------------
* * *

PRASInterface has been developed as part of the Transmission Planning Tools Maintenance project at the U.S. Department of Energy's National Renewable Energy
Laboratory ([NREL](https://www.nrel.gov/)) funded by DOE Grid Deployment Office (GDO).
1 change: 0 additions & 1 deletion src/util/draws/sienna_draws.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ function make_generator_outage_draws!(
)
end
end

13 changes: 8 additions & 5 deletions test/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ rts_pras_sys = Sienna2PRAS.generate_pras_system(
export_location="rts.pras",
);
rts_sys_location = "/Users/sdhulipa/Old Mac Backup/Desktop/OneDrive-Backup/NREL-Github/temp/PSCB_test/RTS_4.X.json"
rts_pras_sys = Sienna2PRAS.generate_pras_system(
rts_sys_location,
PSY.Area,
);
rts_pras_sys = Sienna2PRAS.generate_pras_system(rts_sys_location, PSY.Area);

##############################################
# Make generator outage draws
Expand All @@ -72,4 +69,10 @@ resolution = Dates.Hour(1) # Because now you can have mutiple resolutions of tim
horizon = 24 # Horizon similar to DecisionModel etc.
steps = 2 # Number of steps similar to a simulation

Sienna2PRAS.make_generator_outage_draws!(rts_da_sys, initial_time, resolution, steps, horizon)
Sienna2PRAS.make_generator_outage_draws!(
rts_da_sys,
initial_time,
resolution,
steps,
horizon,
)

0 comments on commit 0089a45

Please sign in to comment.