Skip to content

Commit 141b503

Browse files
committed
fixed Incompatible default for argument "tolerance"
1 parent 155cad3 commit 141b503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ramanchada2/misc/utils/matchsets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def match_peaks_monotonic_dynamic_programming(
442442
def match_peaks_monotonic(
443443
spe_pos_dict: Dict[float, float],
444444
ref: Dict[float, float],
445-
tolerance: float = None,
445+
tolerance: float = 9,
446446
relative: bool = False,
447447
weight_intensity: float = 0.5,
448448
debug: bool = False,

0 commit comments

Comments
 (0)