-
Notifications
You must be signed in to change notification settings - Fork 61
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
strange error message for [X|Y|Z]TICK_GET when using Coyote library #1781
Comments
I got exactly the same problem :( |
plotting.cpp:2999: if (val == NULL) e->Throw("Internal GDL error for [X|Y|Z]TICK_GET, please report"); |
in fact this code code was working fine till circa 2023-11-02 and is not OK since 2023-11-14 unfortunately no tests related to that in the testsuite :( |
@alaingdl you know it's difficult to test graphic functions, if somebody has an idea... |
I have idea, I am finishing now a code to add some related tests in the testsuite (and is working fine) But sorry @GillesDuvert , the changes are too large in Nov 2023 than I can track the bug in short time :( |
Well, this is enough a test, and yes, TICK_GET got forgotten in the last changes I made to AXIS, PLOT etc. |
Absolutely NOT a one-liner, this thing! |
Can anybody check if this is a GDL problem or a Coyote library problem?
gives the following error message:
The text was updated successfully, but these errors were encountered: