From 476519d99ca8cc858c04a2ea6a47a5ee06da1966 Mon Sep 17 00:00:00 2001 From: Dhulipala Date: Wed, 29 Jan 2025 13:45:43 -0700 Subject: [PATCH] Fix docs bug --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index f8e6f43..7a41a23 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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) ```