fixed comment

This commit is contained in:
2025-10-31 17:45:57 +01:00
parent 45085abfb6
commit 0230176c97
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ def radial_profile(data, rad, norm, keep_pixels):
#TODO: this is duplicated in calc_apply_threshold and calc_force_send
#TODO: this is duplicated in calc_apply_threshold and calc_apply_aggregation
def calc_apply_threshold(results, data):
apply_threshold = results.get("apply_threshold", False)
if not apply_threshold:

View File

@@ -1,7 +1,7 @@
import numpy as np
#TODO: this is duplicated in calc_radial_integration and calc_force_send
#TODO: this is duplicated in calc_radial_integration and calc_apply_aggregation
def calc_apply_threshold(results, data):
apply_threshold = results.get("apply_threshold", False)
if not apply_threshold: