This commit is contained in:
linarphy 2023-07-27 12:16:51 +02:00
parent d97c041ea0
commit c70be8a74f
No known key found for this signature in database
GPG key ID: 3D4AAAC3AD16E79C

View file

@ -92,5 +92,5 @@ def only_keep_calib( peaks_data , peaks_calib ):
return np.array(
[ peaks_data[ i ] for i in peaks[ 1 : ] ], # remove the first -1 value
dtyp = int,
dtype = int,
)