NREL / gdx-pandas

Python interface to read and write GAMS GDX files using pandas.DataFrames as the intermediate data format.
BSD 3-Clause "New" or "Revised" License
43 stars 16 forks source link

CONVERT dumpgdx produces improperly labeled equation symbol #95

Open elainethale opened 1 year ago

elainethale commented 1 year ago

CONVERT provides a function dumpgdx that produces gdx files that can't be read by gdxpds 1.2.0 because the 'e' EQUATION symbol has invalid equation type code 0 (instead of a number between 53 and 58).