You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, for some specific vaults only, I get the following error after execting vault = otools.Vault(vaultpath).connect().gather()
The error returned is: AttributeError: np.NaN was removed in the NumPy 2.0 release. Use np.nan instead.
It seems like it is coming from within [obsidiantools/api.py] section """pipe func for mutating df"""
The text was updated successfully, but these errors were encountered:
In some cases, for some specific vaults only, I get the following error after execting vault = otools.Vault(vaultpath).connect().gather()
The error returned is: AttributeError:
np.NaN
was removed in the NumPy 2.0 release. Usenp.nan
instead.It seems like it is coming from within [obsidiantools/api.py] section """pipe func for mutating df"""
The text was updated successfully, but these errors were encountered: