Skip to content

Commit ed6ff3a

Browse files
committed
Update quickstart.ipynb
1 parent 3b09131 commit ed6ff3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/quickstart.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Quick start example\n",
99
"\n",
10-
"PowNet provides the Simulator class to simplify the process of analyzing how electricity is generated and flows through the network. In this example, we will simulate the day-ahead scheduling (24-hours) over two days. The system has three thermal units, one import node, and one hydropower unit. There are four substations. The dummy system is depicted below."
10+
"PowNet provides the Simulator class to simplify the process of analyzing how electricity is generated and flows through the network. In this example, we will simulate the day-ahead scheduling (24-hours) over two days. The system has three thermal units, one import node, and one hydropower unit. There are four substations with demand. Generators are treated as their own nodes. The dummy system is depicted below."
1111
]
1212
},
1313
{
@@ -51,7 +51,7 @@
5151
},
5252
{
5353
"cell_type": "code",
54-
"execution_count": null,
54+
"execution_count": 2,
5555
"id": "ab379af5",
5656
"metadata": {},
5757
"outputs": [],
@@ -96,7 +96,7 @@
9696
"\n",
9797
"\n",
9898
"PowNet Input Data Summary:\n",
99-
" Timestamp = 20250424_1653\n",
99+
" Timestamp = 20250428_1556\n",
100100
" Model name = dummy\n",
101101
" Year = 2016\n",
102102
" ---- System characteristics ----\n",

0 commit comments

Comments
 (0)