c-proof / pyglider

glider software
https://pyglider.readthedocs.io/
Apache License 2.0
17 stars 25 forks source link

sea explorer time base fallbacks don't work with parquet #135

Closed jklymak closed 1 year ago

jklymak commented 1 year ago

https://github.com/c-proof/pyglider/blob/67c6acdf2b37926758090c273caa971930ccd1a2/pyglider/seaexplorer.py#L323

These lines error out if timebase is not specified in the yaml. I guess we could enforce timebase in the yaml, but this code should be fixed or removed.

callumrollo commented 1 year ago

resolved in #139