Fix typo
This commit is contained in:
parent
d97c041ea0
commit
c70be8a74f
1 changed files with 1 additions and 1 deletions
|
@ -92,5 +92,5 @@ def only_keep_calib( peaks_data , peaks_calib ):
|
||||||
|
|
||||||
return np.array(
|
return np.array(
|
||||||
[ peaks_data[ i ] for i in peaks[ 1 : ] ], # remove the first -1 value
|
[ peaks_data[ i ] for i in peaks[ 1 : ] ], # remove the first -1 value
|
||||||
dtyp = int,
|
dtype = int,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue