Remove the dask client restart at the beginning of each time chunk processing
This commit is contained in:
@@ -130,7 +130,7 @@ def main():
|
||||
pbp_filters.append(("hour", ">=", chunk_start.hour))
|
||||
pbp_filters.append(("hour", "<", chunk_end.hour))
|
||||
|
||||
#client.restart()
|
||||
# client.restart()
|
||||
|
||||
scattered_bins = {
|
||||
"inc_mass_bin_lims": client.scatter(inc_mass_bin_lims, broadcast=True),
|
||||
|
||||
Reference in New Issue
Block a user