Run Demo 1 using xl2times and GAMS' GDX->SQL converter#12
Run Demo 1 using xl2times and GAMS' GDX->SQL converter#12siddharth-krishna wants to merge 4 commits into
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! |
|
Thanks, Olex, I ran it again now with TIMES v4.6.7. I realized that although I thought I was running the code on the Demo 1 I fixed that, and then did an SQL schema dump of the Demo 1 DB to check if there are other table/column mismatches: I tried fixing the COEF tables to look for ALLYEAR instead of YEAR, but we also have the following 3 missing tables: Trying to comment these rows from |
|
Thanks @siddharth-krishna ! Let me try to reproduce the error using WSL. Maybe there are some differences related to that... The reference to proto.db3 in the precompiling section is correct... |
|
@siddharth-krishna here is a working db3 file: |
|
Just verified that the three tables are present in the db3 file I shared and contain data... |
No description provided.