gafusion / omas

Ordered Multidimensional Array Structure
http://gafusion.github.io/omas
MIT License
32 stars 15 forks source link

load_omas_imas should check for ids_properties.homogeneous_time #66

Closed orso82 closed 4 years ago

orso82 commented 5 years ago
if not len(getattr(ids, ds).time):

should become

if getattr(ids, ds).ids_properties.homogeneous_time not in [0,1]:

but needs testing