Skip to content

Commit

Permalink
Fix docs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhulipala committed Jan 29, 2025
1 parent 3dfa63d commit 476519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ add_supplemental_attribute!(sys, component, transition_data)

```julia
using SiennaPRASInterface
method = SequentialMonteCarlo(samples=10_000, seed=1)
sequential_monte_carlo = SequentialMonteCarlo(samples=10_000, seed=1)
shortfalls, = assess(sys, PowerSystems.Area, sequential_monte_carlo, Shortfall())
eue = EUE(shortfalls)
```
Expand Down

0 comments on commit 476519d

Please sign in to comment.