You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ To perform Power Flow analysis using PWF.jl in Julia, follow the steps bellow:
22
22
23
23
1. First of all, make sure you have [Visual Studio Code](https://code.visualstudio.com/) and [Julia Language](https://julialang.org/downloads/) Long-term support (LTS) 1.6.6 configured correctly;
24
24
25
-
2. Then, add PWF.jl and PowerModels.jl to known packages;
25
+
2. Then, add PWF.jl and PowerModels.jl to the known packages;
26
26
27
27
```julia
28
28
using Pkg
@@ -50,10 +50,10 @@ For more information about PowerModels.jl visit the PowerModels [documentation](
50
50
51
51
## Parser
52
52
53
-
The package parses all available sections into a julia dictionary. Each key represents a .pwf section as shown below:
53
+
The package can parse all available sections into a julia dictionary withou any modifications. Each key represents a .pwf section as shown below:
Copy file name to clipboardExpand all lines: docs/src/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ To perform Power Flow analysis using PWF.jl in Julia, follow the steps bellow:
22
22
23
23
1. First of all, make sure you have [Visual Studio Code](https://code.visualstudio.com/) and [Julia Language](https://julialang.org/downloads/) Long-term support (LTS) 1.6.6 configured correctly;
24
24
25
-
2. Then, add PWF.jl and PowerModels.jl to known packages;
25
+
2. Then, add PWF.jl and PowerModels.jl to the known packages;
0 commit comments