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
Im using your libary heavly but now there is a problem: this error keeps popping up:
\finquant\monte_carlo.py:37: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
return np.asarray(result)
Are you still alive? Is there a possiblity for you to fix this?
Can I fix it?
The text was updated successfully, but these errors were encountered:
Dear hero's
Im using your libary heavly but now there is a problem: this error keeps popping up:
\finquant\monte_carlo.py:37: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
return np.asarray(result)
Are you still alive? Is there a possiblity for you to fix this?
Can I fix it?
The text was updated successfully, but these errors were encountered: