We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Improve error handling/message when combining segyio.tools.metadata with segyio.create
spec = segyio.tools.metadata('src_file.segy') segyio.create('new_file.segy', spec) new_file = segyio.open('new_file.segy')
traceback:
78 try: ---> 79 metrics = segyio._segyio.init_metrics(f.xfd, f.bin.buf) 80 81 f._tr0 = metrics['trace0'] RuntimeError: Input arguments are invalid.
The text was updated successfully, but these errors were encountered:
#206 addresses this by improving the error message. The failure itself is catastrophic and cannot be recovered from.
Sorry, something went wrong.
No branches or pull requests
Improve error handling/message when combining segyio.tools.metadata with segyio.create
traceback:
The text was updated successfully, but these errors were encountered: