Skip to content

Commit

Permalink
Remove @example from PMD docs example (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahrhodes authored Feb 3, 2022
1 parent b72530b commit f0c53b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/examples/basic examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ powerplot(data;
## Distribution Grids
Open a three-phase distribution system case using [PowerModelsDistribution.jl](https://github.com/lanl-ansi/PowerModelsDistribution.jl) and run the command `powerplot` on the data.

```@example distr_grid
```
using PowerModelsDistribution
using PowerPlots
eng = PowerModelsDistribution.parse_file("$(joinpath(dirname(pathof(PowerModelsDistribution)), ".."))/test/data/opendss/case3_unbalanced.dss")
math = transform_data_model(eng)
math = transform_data_model(eng)
powerplot(math)
# example works, but fails to run in documentation
```

0 comments on commit f0c53b0

Please sign in to comment.