jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
951 stars 188 forks source link

Coerce 64-bit ints as well as floats #170

Closed vidartf closed 6 years ago

vidartf commented 6 years ago

The base class warns about 64-bit ints in the serializer, which is mostly a source of noice. Here, we try to be smarter about it by casting on validation, and only giving a warning if the original source was another ndarray.

Closes #164.