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 15 forks source link

Exception class for this package is poorly placed and named #76

Open elainethale opened 4 years ago

elainethale commented 4 years ago

Current exception class is gdxpds.tools.Error. A better name would be gdxpds.GdxpdsError. Worth breaking interface for?