-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Deprecation Warning from numpy 1.19.3 #506
Comments
Interesting. That line of code will with the next release of Skyfield (which will probably happen tomorrow) stop being run as part of the mainline calculations. I'll update this issue once the release has gone out so you can test. Or, if you want to test immediately to see whether the new version will still trigger it:
|
Hi Brandon, thanks for the immediate answer. No hurry, I just recognized it during tests. No functional issue for me so far. Michel |
...check done, same warning with the actual master.... |
Thanks for checking! I'll see if I can temporarily install that NumPy version locally and get the problem solved. |
Just happened to run across this one while working on #524.
@brandon-rhodes |
Thanks! I'll mark this as complete, then, and at the next release the solution will go out to everyone. |
@brandon-rhodes ,
I get during my tests a warning in skyfield 1.34:
/Users/mw/PycharmProjects/Envs/mw4/lib/python3.8/site-packages/skyfield/earthlib.py:53: 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 vel = ANGVEL * DAY_S * array((-acsst, accst, zero))
Michel
The text was updated successfully, but these errors were encountered: