encoders.py
3.73 KB
-
Let JSONEncoder handle Numpy data types. · d489c5c8
json.JSONEncoder cannot serialize Numpy data types. Numpy arrays and array scalars have a tolist() method which casts the object to a standard python data type.
David Pretty committed