From 0230176c971d1a44183727fa5ab023335ae5b309 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 31 Oct 2025 17:45:57 +0100 Subject: [PATCH] fixed comment --- dap/algos/radprof.py | 2 +- dap/algos/thresh.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dap/algos/radprof.py b/dap/algos/radprof.py index 59fee1b..8c0a5b5 100644 --- a/dap/algos/radprof.py +++ b/dap/algos/radprof.py @@ -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: diff --git a/dap/algos/thresh.py b/dap/algos/thresh.py index 69da60e..631c568 100644 --- a/dap/algos/thresh.py +++ b/dap/algos/thresh.py @@ -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: