-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set username for NNLoc / HYPO2000 relocation #56
base: master
Are you sure you want to change the base?
Conversation
This was causing an error when the relocation was complete and Obspyck was trying to import the new catalogue / events. Perhaps related to an older version of Obspy?
Hmm.. no there must be something else wrong if this doesn't work. Inside obspyck I need to do an ugly monkey patch of man event-type obspy classes. Essentially we're not creating an obspy |
Oh, I see - I hadn't thought about that. |
Okay, so this is the error I get for the HYPO_2000 when I have the line set to
|
Sorry.. I'm pretty tangled up working on obspy 1.1.0 release.. ping me next week if I don't respond the next days.. ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem is something else, this fix is just curing the symptoms, unfortunately..
Thanks. No rush as the 'fix' is working for me right now! Have a nice weekend. |
This was causing an error when the relocation was complete and Obspyck was trying to import the new catalogue / events.
Perhaps related to an older version of Obspy?