-
Notifications
You must be signed in to change notification settings - Fork 52
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
DIC->Cart iterative back-transform did not converge #312
Comments
Hi, I suspect this is the same issue as #261 , however, now autodE detects the problem much before it happens and then throws the appropriate error. I am currently working on it, but it will be some time before the coordinate problems get completely fixed. |
Hi, Did you try to run the DA example when you released v1.4.0 & v1.4.1? I suppose the answer is you didn't. Perhaps you should include that basic QC: every case ending in bug/enhancement should be tested previously to the deployment, as well as the basic QC examples, like the DA. This is the second time it happens... Two more shilings on this matter. Thanks a lot. E77 |
@eneas77 Hi, could you try the v1.4.2 development branch, and see if the problem still persists? |
Hi @shoubhikraj, I´ve tried but unfrotunately some issue is triggered... This is my input file in case you want to try: import autode as ade Thanks |
@eneas77 Hi, does the DA example work? The optimiser and the coordinate systems need some more improvements before it can work on every possible system. I suspect in your case above, one or more angles are becoming linear(180) during optimisation, or becoming <90 when starting from linear. Both of these cases will fail currently. |
@shoubhikraj Yes, the DA example now works. |
Hi,
I´ve installed autodE via conda. Trying to run the DA example, it comes up with the following bug:
CoordinateTransformFailed: DIC->Cart iterative back-transform did not converge
This happense with v.1.4.1 and 1.4.0.
Any ideas of the issue here?
Thank you
E77
The text was updated successfully, but these errors were encountered: