-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "Reporting Variables" from solution.
Fixes #13. Sort of. I suppose I could still incorporate this script automatically into a post-process section, but for now, it's required to manually execute it. For example: $ ./temoa.py utopia.dat | ./temoa.py --calculate_report_variables - # or $ ./temoa.py utopia.dat > utopia.sol $ ./temoa.py --calculate_report_variables utopia.sol > utopia_extended.sol So, still not ideal, and as #13 states, could lead to a mismatch, but better than nothing as larger problems will not run much faster in the Pyomo stage. "Don't let 'perfect' be the enemy of 'good'." The astute observer will note that some previously implemented pieces are no longer implemented, like InvestmentByTech. That's pending as round two of this needs to pull in certain details from parameters.
- Loading branch information
Kevin Hunter
committed
Dec 4, 2013
1 parent
9d00fbc
commit 4386a03
Showing
3 changed files
with
26 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters