Skip to content

Commit e3d1dce

Browse files
committed
fix Python errors in old code
1 parent a515800 commit e3d1dce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/user_guide/charge_isotope_deconvolution.rst

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Let's look at a very heavy peptide, whose isotopic distribution is dominated by
124124
use_decreasing_model,
125125
start_intensity_check,
126126
False,
127+
True
127128
)
128129
for p in s:
129130
print("Mono peaks:", p.getMZ(), p.getIntensity())
@@ -179,6 +180,7 @@ state:
179180
use_decreasing_model,
180181
start_intensity_check,
181182
False,
183+
True
182184
)
183185
184186
print(e[214].size())

0 commit comments

Comments
 (0)