feature/port-to-py3 #11

Merged
marcel merged 59 commits from feature/port-to-py3 into develop 2022-03-21 15:30:06 +01:00
Showing only changes of commit 81240a8ffe - Show all commits

View File

@ -252,8 +252,7 @@ def picksdict_from_picks(evt):
if pick_method == 'None':
pick_method = 'manual'
try:
#onsets = picksdict[picker][station]
onsets = picksdict[station]
onsets = picksdict[pick_method][station]
except KeyError as e:
# print(e)
onsets = {}