Skip to content

Commit

Permalink
Update elephant/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Denker <[email protected]>
  • Loading branch information
Moritz-Alexander-Kern and mdenker authored Oct 25, 2023
1 parent 23f732c commit 7c2390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elephant/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def round_binning_errors(values, tolerance=1e-8):
return values.astype(np.int32)

if correction_mask:
logger.info('Correcting a rounding error in the calculation '
logger.warning('Correcting a rounding error in the calculation '
'of the number of bins by incrementing the value by 1. '
'You can set tolerance=None to disable this '
'behaviour.')
Expand Down

0 comments on commit 7c2390a

Please sign in to comment.