Skip to content

Commit

Permalink
Apply suggestions from review dog code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
josephmckinsey and github-actions[bot] authored Nov 22, 2024
1 parent 1737c88 commit 96cf54f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add outage information to generators using the supplemental attribute [`Geometri
using PowerSystems
transition_data = GeometricDistributionForcedOutage(;
mean_time_to_recovery=10, # Units of hours
outage_transition_probability=0.005 # Probability for outage per hour
outage_transition_probability=0.005, # Probability for outage per hour
)
component = get_component(Generator, sys, "test_generator")
add_supplemental_attribute!(sys, component, transition_data)
Expand All @@ -45,14 +45,13 @@ eue = EUE(shortfalls)

## Documentation

- [PRAS Documentation](https://nrel.github.io/PRAS/)
- [PRAS Documentation](https://nrel.github.io/PRAS/)

```@contents
Pages = ["api/public.md", "tutorials"]
Depth = 2
```


* * *

PRASInterface has been developed as part of the Transmission Planning Tools Maintenance project at the U.S. Department of Energy's National Renewable Energy
Expand Down

0 comments on commit 96cf54f

Please sign in to comment.