Closed hamogu closed 3 years ago
output_cols currently are all float. Mechanisms ot use other types (e.g. int for grating order). On the other hand, how do I mask invalid values there? Masked Table (performance?)? For now, I have np.nan...
In particular, for id_colums it should really be an integer. Either use masked tables or some convention like -999999 fir invalid.
output_cols currently are all float. Mechanisms ot use other types (e.g. int for grating order). On the other hand, how do I mask invalid values there? Masked Table (performance?)? For now, I have np.nan...