Skip to content

Commit 32ca789

Browse files
committed
reformatted
Signed-off-by: Udo Schmitz <udo.schmitz@soptim.de>
1 parent 4f9fca4 commit 32ca789

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/examples/Generic Branch Example.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
" # Sum up the active and reactive performance across all branches\n",
373373
" P_total = e6(df[\"p_from\"].sum()) + e6(df[\"p_to\"].sum())\n",
374374
" Q_total = e6(df[\"q_from\"].sum()) + e6(df[\"q_to\"].sum())\n",
375-
" \n",
375+
"\n",
376376
" print(\"\\nTotal Power for all Branches\")\n",
377377
" print(\"----------------------------\")\n",
378378
" print(f\"Total Active Power (P_total): {P_total:.2f} MW\")\n",
@@ -754,7 +754,6 @@
754754
" P_total = e6(df[\"p_from\"].sum()) + e6(df[\"p_to\"].sum())\n",
755755
" Q_total = e6(df[\"q_from\"].sum()) + e6(df[\"q_to\"].sum())\n",
756756
"\n",
757-
" \n",
758757
" print(\"\\nTotal Power for all Branches\")\n",
759758
" print(\"----------------------------\")\n",
760759
" print(f\"Total Active Power (P_total): {P_total:.2f} MW\")\n",

0 commit comments

Comments
 (0)