Skip to content

Commit

Permalink
Update rf2depth_makedata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JouSF-1409 committed Jan 31, 2024
1 parent ec5237f commit 63d86fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seispy/rf2depth_makedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def makedata(self, psphase=1):
sphere = True
else:
sphere = False
self.log.info('the {}th/{} station with {} events'.format(_i + 1, self.sta_info.shape[0], stadatar.ev_num))
self.log.info('the {}th/{} station with {} events'.format(_i + 1, len(self.sta_info), stadatar.ev_num))


#### 1d model for each station
Expand Down

0 comments on commit 63d86fc

Please sign in to comment.