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
The remove_parents function only compares features with those at the previous threshold value. The assumption that any feature detected at a certain threshold must also be true with a fixed n_min_threshold across all thresholds, but can be false if a range of n_min_threshold is provided (see e.g. the final notebook example in #283)
We should modify the way we store threshold regions in feature detection so that all previously detected features are considered by remove_parents, not just those at the previous threshold.
The text was updated successfully, but these errors were encountered:
The
remove_parents
function only compares features with those at the previous threshold value. The assumption that any feature detected at a certain threshold must also be true with a fixedn_min_threshold
across all thresholds, but can be false if a range ofn_min_threshold
is provided (see e.g. the final notebook example in #283)We should modify the way we store threshold regions in feature detection so that all previously detected features are considered by
remove_parents
, not just those at the previous threshold.The text was updated successfully, but these errors were encountered: