File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ Install the following packages from Ubuntu.
217
217
218
218
` ` ` shell
219
219
sudo apt update && sudo apt -y upgrade
220
- sudo apt install -y wget curl zip unzip tar git build-essential gcovr lcov gcc g++ clang-18 make gdb ninja-build pkg-config python3.11 python3.11 -dev python3.11 -venv python3-pip
220
+ sudo apt install -y wget curl zip unzip tar git build-essential gcovr lcov gcc g++ clang-18 make gdb ninja-build pkg-config python3.12 python3.12 -dev python3.12 -venv python3-pip
221
221
` ` `
222
222
223
223
# ## C++ packages
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ input_data = {
95
95
}
96
96
```
97
97
98
- Another example of how to create components can be found in [ Input data] ( ex_input_data ) .
98
+ Another example of how to create components can be found in [ Input data] ( examples/Power%20Flow%20Example.ipynb#input-dataset ) .
99
99
100
100
``` {note}
101
101
The keys of the dictonary of arrays are unique and should match with the respective `type name` of the component.
You can’t perform that action at this time.
0 commit comments