Closed huard closed 7 years ago
I think this try/catch may be masking another data issue. In the meantime, I added code to make sure a NumPy array will be used in both blocks: https://github.com/NCPP/ocgis/blob/v-2.0.0.dev1/src/ocgis/variable/temporal.py#L260.
Seems to be working.
Using date bounds of 31-12-yyyy with 360 days calendar triggers a fallback mechanism within
get_numtime
, but herearr
is a list, not a numpy array.