Skip to content

Commit

Permalink
Fix the bool problem
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 19, 2024
1 parent 6629e37 commit 202e14b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compound.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"from tempfile import NamedTemporaryFile\n",
"\n",
"import scipy\n",
"import numpy\n",
"import numpy as np\n",
"np.bool = np.bool_\n",
"from skimage import filters\n",
"import matplotlib.pyplot as plt\n",
"from idr import connection\n",
Expand Down

0 comments on commit 202e14b

Please sign in to comment.