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

Gams where #69

Closed jebob closed 3 years ago

jebob commented 4 years ago

Use the windows command "where" to look for GAMS before looking in directories.

This is similar to the unix command "which". This is useful in the cases where we have a non-standard install location or multiple GAMS installs (where one of which is on the path) or an uninstalled version of GAMS (which doesn't actually remove the folder, just the contents)

Tests

jebob commented 4 years ago

Possible fix for #35