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
We must first make the minitrees from the first dataset given to hax.minitrees.load, since the dask multiprocessing only works if it knows which variables to expect. Since these both get the force_reload option, using a single dataset with minitrees.load and force_reload causes a double remake.
Not a big issue but hints at a bigger problem: having to make the minitrees to know which variables it will produce. This is inconvenient for other reasons too (see e.g. #47).
The text was updated successfully, but these errors were encountered:
We must first make the minitrees from the first dataset given to hax.minitrees.load, since the dask multiprocessing only works if it knows which variables to expect. Since these both get the force_reload option, using a single dataset with minitrees.load and force_reload causes a double remake.
Not a big issue but hints at a bigger problem: having to make the minitrees to know which variables it will produce. This is inconvenient for other reasons too (see e.g. #47).
The text was updated successfully, but these errors were encountered: