Skip to content

Commit 240cc44

Browse files
committed
Update the examples
Signed-off-by: GitHub Actions Bot <[email protected]>
1 parent 1a90848 commit 240cc44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Power Flow Example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,8 +1388,8 @@
13881388
"except PowerGridBatchError as e:\n",
13891389
" print(e)\n",
13901390
" print(f\"Failed scenarios: {e.failed_scenarios}\")\n",
1391-
" print(f\"Succeeded scenarios: {e.succeeded_scenarios }\")\n",
1392-
" print(f\"Error messages: {e.error_messages }\")"
1391+
" print(f\"Succeeded scenarios: {e.succeeded_scenarios}\")\n",
1392+
" print(f\"Error messages: {e.error_messages}\")"
13931393
]
13941394
},
13951395
{

0 commit comments

Comments
 (0)