Skip to content

Commit

Permalink
Third code cell was not executable (#77)
Browse files Browse the repository at this point in the history
There was a pmb missing in front of 'get_reduced_units()'
  • Loading branch information
Zitzeronion authored Aug 2, 2024
1 parent bb1cbe3 commit 9f060dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/pyMBE_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"metadata": {},
"outputs": [],
"source": [
"reduced_unit_set = get_reduced_units()\n",
"reduced_unit_set = pmb.get_reduced_units()\n",
"print(reduced_unit_set)"
]
},
Expand Down

0 comments on commit 9f060dd

Please sign in to comment.