Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 committed Nov 7, 2024
1 parent 79539f6 commit 2f467d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_phasenet_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run_phasenet(
# %%
waveform_dir = f"{region}/waveforms"
mseed_list = sorted(glob(f"{root_path}/{waveform_dir}/????/???/??/*.mseed"))
subdir = 4
subdir = 3
# mseed_list = sorted(glob(f"{root_path}/{waveform_dir}/????/???/*.mseed"))
# subdir = 2

Expand Down

0 comments on commit 2f467d1

Please sign in to comment.