Skip to content

Commit

Permalink
refactor: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
anujsinha3 committed Oct 25, 2023
1 parent 0858325 commit 5879e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 src.noisepy.seis.datatypes import FreqNorm
from src.noisepy.seis.noise_module import moving_ave, whiten
from noisepy.seis.datatypes import FreqNorm
from noisepy.seis.noise_module import moving_ave, whiten


def whiten_original(data, fft_para):
Expand Down

0 comments on commit 5879e7c

Please sign in to comment.