Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depciation warning 5.0 #72

Closed
Leohanhart opened this issue Jan 5, 2023 · 1 comment
Closed

Depciation warning 5.0 #72

Leohanhart opened this issue Jan 5, 2023 · 1 comment

Comments

@Leohanhart
Copy link

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?

@Leohanhart
Copy link
Author

@fmilthaler @slpenn13 @herrfz @drcsturm
If would like to try and fix it if you guys have no time.

PietropaoloFrisoni added a commit to PietropaoloFrisoni/FinQuant that referenced this issue Jul 6, 2023
…ences is deprecated.

It is now necessary to specify the additional parameter 'dtype=object'.
PietropaoloFrisoni added a commit to PietropaoloFrisoni/FinQuant that referenced this issue Jul 6, 2023
…ences is deprecated.

It is now necessary to specify the additional parameter 'dtype=object'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant