Skip to content

Commit

Permalink
Merge branch 'rh/fix_interface_test' of https://github.com/NREL-SIIP/…
Browse files Browse the repository at this point in the history
…PowerSimulations.jl into rh/fix_interface_test
  • Loading branch information
jd-lara committed Jul 9, 2024
2 parents ac159db + 6e8a2ef commit cc2dc2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ makedocs(;
pages = Any[p for p in pages],
)

rm(joinpath(@__DIR__, "build", "tutorials", "rts-store"); recursive = true)

deploydocs(;
repo = "github.com/NREL-Sienna/PowerSimulations.jl.git",
target = "build",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/pcm_simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ read_realized_variables(
uc_results,
["ActivePowerVariable__ThermalStandard", "ActivePowerVariable__RenewableDispatch"],
)
rm(path, force =true, recursive = true) # hide
rm(path, force = true, recursive = true) #hide
```


Expand Down

0 comments on commit cc2dc2d

Please sign in to comment.