Skip to content

Commit

Permalink
Update mk_pha.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YijianZhou committed Aug 17, 2023
1 parent db483da commit 4dc240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypodd/mk_pha.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ def get_fout_idx(lat, lon):
tts = ts - ot
for idx in fout_idx: fouts[idx].write('{:<5}{}{:6.3f} {:6.3f} S\n'.format(sta, ' '*6, tts, ws))

np.save('input/evid_lists.npy', evid_lists)
np.save('input/evid_lists.npy', np.array(evid_lists, dtype=object))
for fout in fouts: fout.close()

0 comments on commit 4dc240b

Please sign in to comment.