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
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Should be easy because threads can create other threads. So just have nested threads.
The text was updated successfully, but these errors were encountered:
JackKelly
changed the title
Run all get_sample for all 3 DataSources in a ThreadPoolExecutor
Run get_sample() for all 3 DataSources in a ThreadPoolExecutor
Jul 4, 2021
NWPDataSource lazily assembles its batch and then dask.compute() can
optimise the loading.
SatelliteDataSource doesn't use dask. Instead it uses
ThreadPoolExecutor.
PVDataSource doesn't use dask or threads! (Because the entire dataset
easily fits into memory!)
Tests pass.
Issues #38#42#20
Should be easy because threads can create other threads. So just have nested threads.
The text was updated successfully, but these errors were encountered: