Skip to content

Commit

Permalink
add numpy import to example.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Nov 1, 2024
1 parent fcceb98 commit 7636508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,7 @@
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"new_reference_long = 60\n",
"\n",
"arrow_dist = min([sm6.max_dist/3.2, 2.]) # arrow length\n",
Expand Down

0 comments on commit 7636508

Please sign in to comment.