Contents
Links
Class documentation
Full name: ase2sprkkr.common.test.alternative_types.normalize_type
Return the ‘canonical type’ for a given type.
I.e. it maps numpy internal types to standard python ones.
doctest: >>> normalize_type(np.int64) <class ‘int’>