notebooks/COS/Extract/Extract.ipynb. is currently failing in the first cell:
Cell In[1], line 35
32 import warnings
33 np.seterr(divide='ignore')
34 warnings.filterwarnings('ignore',
---> 35 category=np.VisibleDeprecationWarning)
36 from IPython.display import clear_output
File /opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/site-packages/numpy/init.py:414, in getattr(attr)
411 import numpy.char as char
412 return char.chararray
--> 414 raise AttributeError("module {!r} has no attribute "
415 "{!r}".format(name, attr))
AttributeError: module 'numpy' has no attribute 'VisibleDeprecationWarning'
Notebook may need updating to use numpy.exceptions.VisibleDeprecationWarning
notebooks/COS/Extract/Extract.ipynb. is currently failing in the first cell:
Notebook may need updating to use numpy.exceptions.VisibleDeprecationWarning