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

Get rid of inconsequential numpy warning #37

Open
PhilippKaniuth opened this issue Sep 19, 2022 · 0 comments
Open

Get rid of inconsequential numpy warning #37

PhilippKaniuth opened this issue Sep 19, 2022 · 0 comments
Assignees
Labels
enhancement Code improvement

Comments

@PhilippKaniuth
Copy link
Member

Hunt down this warning:

python3.9/site-packages/numpy/core/fromnumeric.py:43: 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.

It occurs when parallel is not 1. It doesn't have an effect on results.

@PhilippKaniuth PhilippKaniuth self-assigned this Sep 19, 2022
@PhilippKaniuth PhilippKaniuth added the enhancement Code improvement label Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Code improvement
Projects
None yet
Development

No branches or pull requests

1 participant