Skip to content

scan info: Avoid numpy objects in serialization

Valentin Valls requested to merge valentin.valls-avoid-numpy-object into master

This MR avoid a numpy object in the scan_info in order to serialize/deserialize a normal python object.

For very basic types, better to avoid numpy.

Related to ui/daiquiri#54 (closed)

Merge request reports