-
Notifications
You must be signed in to change notification settings - Fork 4
Run Demo 1 using xl2times and GAMS' GDX->SQL converter #12
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
base: main
Are you sure you want to change the base?
Conversation
|
This is the DB file produced, in case it helps testing: (zipped) |
|
Interesting! Which TIMES version did you use? There were breaking changes (with respect to functioning of the prototype) after v4.6.7. The error occurs because an |
|
I was using the same version we use in xl2times, 4.7.8 or commit However, I just tried now with TIMES version 4.6.6 and 4.6.7 and both give me the same error. Would it be easier to manually change the columns / update the prototype code to expect the new column names? |
|
Strange, let me try... |
|
@siddharth-krishna #13 fixes this issue. |
|
Looks like #14 is what causing the next issue... |
|
@olejandro I tried running it again, and now we get a new error, any idea what could be the issue? |
|
Interesting! @siddharth-krishna I saw that the TIMES source code was updated to the latest version. Could you pin it to v4.6.7 as in the pyomo prototype? Hopefully this will solve the error! |
No description provided.