Skip to content

Commit

Permalink
Add pass at the end instead of semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Oct 25, 2023
1 parent 6b06506 commit 23ce399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/python/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,8 @@
"# Plot target level\n",
"target_levels = model.pid_control.time.target.to_numpy()[::2]\n",
"times = date2num(model.pid_control.time.time)[::2]\n",
"ax.plot(times, target_levels, color=\"k\", ls=\":\", label=\"target level\")"
"ax.plot(times, target_levels, color=\"k\", ls=\":\", label=\"target level\")\n",
"pass"
]
},
{
Expand Down

0 comments on commit 23ce399

Please sign in to comment.