Skip to content

fix the conversion of python data types to aron data type strings

Tilman Daab requested to merge fix/python-to-aron-dtype-conversion into master

Aron ND Arrays have a string property to describe the data type of their value. However, it is currently set incorrectly when creating ARON ND arrays from python numpy arrays. This is fixed by introducing a lookup table for python dtypes to aron type names.

As the existing mapping from aron types to python types is not bijective, the lookup table represents only one of a few options.

@peller: Thanks for helping to debug the problem!

Edited by Rainer Kartmann

Merge request reports