From fefc91abe7b46b06e538dce4a326f5896cea1f48 Mon Sep 17 00:00:00 2001 From: Travis Williams Date: Thu, 18 Jan 2024 12:30:51 -0700 Subject: [PATCH] Update rev_losses_demo.ipynb Fixed typo --- examples/rev_losses/rev_losses_demo.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rev_losses/rev_losses_demo.ipynb b/examples/rev_losses/rev_losses_demo.ipynb index a82904034..2c67273a6 100644 --- a/examples/rev_losses/rev_losses_demo.ipynb +++ b/examples/rev_losses/rev_losses_demo.ipynb @@ -982,7 +982,7 @@ "\n", "With `reV`, you can apply a stochastic model for these kinds of losses. In particular, you can specify information about various types of outages that you would like to include in your generation profile. `reV` will then randomly schedule these outages, with different, but reproducible, outage profiles for each input site.\n", "\n", - "These types of losses can be applied for both wind and solar farms, but we will only consider win in this demo. Once again, we will start with a lossless generation run to use as a baseline for comparison." + "These types of losses can be applied for both wind and solar farms, but we will only consider wind in this demo. Once again, we will start with a lossless generation run to use as a baseline for comparison." ] }, {