added todo note

This commit is contained in:
2024-07-30 18:11:49 +02:00
parent 5d714e1fa3
commit 56a5f94805

View File

@ -255,7 +255,7 @@ def work(backend_address, accumulator_host, accumulator_port, visualisation_host
data += data_summed data += data_summed
n_aggregated_images += 1 n_aggregated_images += 1
data_summed = data.copy() data_summed = data.copy()
data_summed[data == -np.nan] = -np.nan data_summed[data == -np.nan] = -np.nan #TODO: this does nothing
results["aggregated_images"] = n_aggregated_images results["aggregated_images"] = n_aggregated_images
results["worker"] = worker results["worker"] = worker
if n_aggregated_images >= results["aggregation_max"]: if n_aggregated_images >= results["aggregation_max"]: