Skip to content

Commit

Permalink
Fix notebook imports
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviagyg committed Dec 4, 2023
1 parent 976e018 commit 826c134
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Basemath Example - binary_flat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"import basemath as bm\n",
"import basemath_analysis.basemath as bm\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/Basemath Example - binary_sigUplift.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"import basemath as bm\n",
"import basemath_analysis.basemath as bm\n",
"import numpy as np"
]
},
Expand Down
2 changes: 1 addition & 1 deletion examples/Basemath Example - continuous_sigUplift.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"import basemath as bm\n",
"import basemath_analysis.basemath as bm\n",
"import numpy as np"
]
},
Expand Down

0 comments on commit 826c134

Please sign in to comment.