Skip to content

Commit

Permalink
Fixing example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
samantha-ho committed Oct 7, 2024
1 parent aa0e849 commit 232a90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/DataSet/Working with snapshots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
"metadata": {},
"outputs": [],
"source": [
"assert {\"station\": snapshot_of_station} == snapshot_of_run"
"assert {\"station\": snapshot_of_station} == snapshot_of_run[\"station\"]"
]
},
{
Expand Down

0 comments on commit 232a90e

Please sign in to comment.