Skip to content

Commit

Permalink
refactor: correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
anujsinha3 committed Oct 21, 2023
1 parent 9c1afdf commit 0cb9d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test_whiten.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import scipy
from scipy.fftpack import next_fast_len

from noisepy.seis.noise_module import moving_ave, whiten
from src.noisepy.seis.datatypes import FreqNorm
from src.noisepy.seis.noise_module import moving_ave, whiten


def whiten_original(data, fft_para):
Expand Down

0 comments on commit 0cb9d69

Please sign in to comment.