Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Aug 5, 2024
1 parent 9e46c2c commit 7e6baed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mr_reduction/data_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
import scipy.optimize as opt
import scipy.signal
from scipy import ndimage
import warnings
from scipy.optimize import OptimizeWarning
warnings.simplefilter("ignore", OptimizeWarning)

from .peak_finding import find_peaks, peak_prominences, peak_widths

Expand Down

0 comments on commit 7e6baed

Please sign in to comment.