-
Notifications
You must be signed in to change notification settings - Fork 14
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
gmtstrainplot python verion error #38
Comments
Tried to fix this via computing all quantities with bc, but that is probably not an option. Python does complicated manipulations (like |
Trying a new approach:
Hence, now
we write
remember that is python 3.x print is a function, hence it must have parenthesis, |
Describe the bug
Bug at program
gmtstrainplot.sh
The bug is caused when bash calls python to compute/print computation results. Some of the calls
cause errors in Python3.x (e.g
sclat=$(echo print ${south} + ${tmp_scrate} | python)
). These linesare ok for previous versions of Python.
To Reproduce
Steps to reproduce the behavior:
using Python 3.6
or
Expected behavior
All of the lines just compute a bash variable (to be used later on)
Screenshots
Desktop (please complete the following information):
Additional context
Bug reported by Varvara
The text was updated successfully, but these errors were encountered: