Skip to content

Commit

Permalink
Merge pull request #287 from mrava87/master
Browse files Browse the repository at this point in the history
Reduced size of test_wavedecomposition
  • Loading branch information
mrava87 authored Dec 31, 2021
2 parents 1fc3a69 + fc68192 commit 8e5a44f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pytests/test_wavedecomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ny": 11,
"ot": 0,
"dt": 0.004,
"nt": 50,
"nt": 30,
"f0": 40,
}

Expand All @@ -32,10 +32,10 @@
# separation params
vel_sep = 1000.0 # velocity at separation level
rho_sep = 1000.0 # density at separation level
critical = 0.9
ntaper = 41
nfftf = 2 ** 8
nfftk = 2 ** 7
critical = 0.99
ntaper = 5
nfftf = 2 ** 6
nfftk = 2 ** 6

# axes and wavelet
t, t2, x, y = makeaxis(PAR)
Expand Down

0 comments on commit 8e5a44f

Please sign in to comment.