Skip to content

Commit

Permalink
Update docs/source/howto/_ad_v_motors.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Fanny Rodolakis <[email protected]>
  • Loading branch information
prjemian and rodolakis authored Jun 14, 2024
1 parent 90482e9 commit 8dfcb50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/howto/_ad_v_motors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -885,8 +885,11 @@
}
],
"source": [
"run = cat[-1] # assume our run is the most recent one in the catalog\n",
"# Assume our run is the most recent one in the catalog\n",
"run = cat[-1]\n",
"print(f\"{run=!r}\")\n",
"\n",
"# Read the primary data from the most recent run\n",
"dataset = run.primary.read()\n",
"dataset"
]
Expand Down

0 comments on commit 8dfcb50

Please sign in to comment.