-
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
Problem when the grid cover the longitude 0 #77
Labels
Comments
Dear Mr. Vernant,
thank you for reporting this bug. We are looking into it and will get back
to you as soon as possible.
Always glad to see people working with the software.
Best regards,
Xanthos
…On Thu, Oct 26, 2023 at 1:10 PM Philippe Vernant ***@***.***> wrote:
the -r or --region option leads to error when set over longitude 0.
Example : -r -9/15/34/58
The code returns :
usage: StrainTensor.py [-h] -i INPUT_FILE [--x-grid-step X_GRID_STEP]
[--y-grid-step Y_GRID_STEP] [-m METHOD] [-r REGION]
[-c] [-b] [--max-beta-angle MAX_BETA_ANGLE] [-t WEIGHTING_FUNCTION] [--Wt
Wt] [--dmin D_MIN]
[--dmax D_MAX] [--dstep D_STEP] [--d-param D_PARAMETER] [-g] [--verbose]
[--multicore] [-v]
StrainTensor.py: error: argument -r/--region: expected one argument
—
Reply to this email directly, view it on GitHub
<#77>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRB5G7FWUP6VEBOFTVRLKLYBIZJBAVCNFSM6AAAAAA6Q565MSVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DGMJXGEYDCMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Dear @pvernant working on this project again for the next version, we are in the process of debugging the previous releases. The debugging and development of the code are done in branch dev11 so you can confirm that the specific issue has been resolved. Thank you again for the feedback. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the -r or --region option leads to error when set over longitude 0.
Example : -r -9/15/34/58
The code returns :
usage: StrainTensor.py [-h] -i INPUT_FILE [--x-grid-step X_GRID_STEP] [--y-grid-step Y_GRID_STEP] [-m METHOD] [-r REGION]
[-c] [-b] [--max-beta-angle MAX_BETA_ANGLE] [-t WEIGHTING_FUNCTION] [--Wt Wt] [--dmin D_MIN]
[--dmax D_MAX] [--dstep D_STEP] [--d-param D_PARAMETER] [-g] [--verbose] [--multicore] [-v]
StrainTensor.py: error: argument -r/--region: expected one argument
The text was updated successfully, but these errors were encountered: