You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Balmorel.load_incfiles('scenario') is run, a file, typically named '_gams_py_gdb0.gdx', will be output to the scenario/model folder that actually contains everything. The function should check if this file has already been generated before running to avoid the long loading time.
Check for .gdx before running
Find out how to name this outputted .gdx better (generic job name? give it the scenarion name instead?)
Load the file if it exists instead of running the _ReadData files
The text was updated successfully, but these errors were encountered:
* Started work on issue #12 by renaming the output .gdx file to %scenario_input_data.gdx instead of generic _gams_py_gdb0.gdx
* Finished check for file before loading inc files
* Release 0.3.10
* Merge branch 'master' into check_for_loaded_incfiles
When Balmorel.load_incfiles('scenario') is run, a file, typically named '_gams_py_gdb0.gdx', will be output to the scenario/model folder that actually contains everything. The function should check if this file has already been generated before running to avoid the long loading time.
The text was updated successfully, but these errors were encountered: