You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example of the event not having phase data. Errors in the terminal would be like the outcomes below:
Traceback (most recent call last):
File ".../convertBMKGtoPHA.py", line 112, in <module>
main.write(filename)
File ".../convertBMKGtoPHA.py", line 91, in write
pha_list.append("# " + " ".join([str(e[key][i]) for key in list(e.keys())]))
File ".../convertBMKGtoPHA.py", line 91, in <listcomp>
pha_list.append("# " + " ".join([str(e[key][i]) for key in list(e.keys())]))
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
This is an example of the event not having phase data. Errors in the terminal would be like the outcomes below:
The text was updated successfully, but these errors were encountered: