harphub / harpIO

IO functions for HARP
https://harphub.github.io/harpIO/
Other
6 stars 16 forks source link

read_forecast error: calling to_seconds #104

Closed adeckmyn closed 10 months ago

adeckmyn commented 11 months ago

read_forecast() and read_point_forecast() call to_seconds() from harpCore. But that function is not exported, thus leading to an error. Two possible solutions:

I'm not sure which is the cleanest in this case.