Skip to content

Commit ab4aa4b

Browse files
committed
Remove hard coded parameter bug
1 parent 8e84b33 commit ab4aa4b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

corems/mass_spectra/calc/lc_calc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,6 @@ def deconvolute_ms1_mass_features(self):
758758

759759
# Subset the correlation matrix to only include the masses of the mass feature and those with a correlation > 0.8
760760
decon_corr_min = self.parameters.lc_ms.ms1_deconvolution_corr_min
761-
decon_corr_min = 0.9
762761
corr_subset = corr.loc[mass_feature.mz,]
763762
corr_subset = corr_subset[corr_subset > decon_corr_min]
764763

0 commit comments

Comments
 (0)