You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The work behind #29 ha made the GTC generation fairly efficient and parallel. Main limitation is the need for approx 12-16Gb of RAM per process (2-3 threads per process). The tricky step is the .interp, all the rest fits the Dask model quite easily.
RTC generation has improved a lot and now uses https://flox.readthedocs.io/ with method="map-reduce"for the heavy .groupby operation.
At the minimum:
The text was updated successfully, but these errors were encountered: