diff --git a/ipyvolume/serialize.py b/ipyvolume/serialize.py index 7d6d6a3e..9eacc38b 100644 --- a/ipyvolume/serialize.py +++ b/ipyvolume/serialize.py @@ -87,14 +87,18 @@ def array_to_binary_or_json(ar, obj=None): elif performance == 0: return array_to_json(ar, obj=obj) elif performance == 1: - ar = np.array(ar, dtype=np.float32) # this mode only support 'regular' arrays - #known_type = ["|u1", "|i1", "