-
Notifications
You must be signed in to change notification settings - Fork 21
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
DeprecationWarning #40
Comments
related to jupyter-widgets/ipyleaflet#414 |
The problem is here: https://github.com/jupyter-widgets/ipyleaflet/blob/12ebba78899966a05245ee0f16e2872c26e4ae6a/ipyleaflet/leaflet.py#L316 Not in this package. Thanks though! 👍 |
Well the line doesn't hurt, I actually remove the dtype argument on my side, but the warning is still there:
|
Ah. I see the issue:
|
sounds legit |
I'm doing a web edit |
Xref #41. |
@vidartf |
dtype should not be instantiated here but as a .tag(dtype=...)
traittypes/traittypes/traittypes.py
Line 269 in 0a030b9
PR could be pretty direct but I am not sure about the implications of such changes...
The text was updated successfully, but these errors were encountered: