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

Check that the GAMS DIR path actually exists before using it #83

Closed jebob closed 3 years ago

jebob commented 3 years ago

This MR checks that the path exists before trying to use it. If %GAMSDIR% contains an unreadable path, fall back to the next method.

Tests

(My local normally finds the gams install via where gams)