Skip to content

Commit

Permalink
HERON Submodule Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjm committed Feb 23, 2023
1 parent dddef55 commit 30a234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/HERON
Submodule HERON updated 39 files
+30 −0 .github/workflows/doc-action.yml
+36 −0 .github/workflows/github-actions.yml
+1 −0 .gitignore
+6 −6 README.md
+1 −1 dependencies.xml
+13 −6 src/Components.py
+70 −47 src/DispatchManager.py
+493 −315 src/Herd.py
+23 −0 src/Moped.py
+1 −1 src/main.py
+3 −2 templates/outer.xml
+ tests/integration_tests/ARMA/NYISO/nyiso_arma_2yr.pk
+ tests/integration_tests/ARMA/Sine/arma.pk
+ tests/integration_tests/ARMA/Sine30yr/arma_30yr.pk
+ tests/integration_tests/ARMA/Sine_Hour/arma.pk
+ tests/integration_tests/ROM/linear_rom.pk
+ tests/integration_tests/mechanics/cashflows/Analytic_CashFlow.pdf
+ tests/integration_tests/mechanics/cashflows/analytic.xlsx
+3 −3 tests/integration_tests/mechanics/cashflows/gold/Runs_o/sweep.csv
+6 −6 tests/integration_tests/mechanics/cashflows/heron_input.xml
+ tests/integration_tests/mechanics/depreciate/analytic.xlsx
+3 −0 tests/integration_tests/mechanics/depreciate/gold/depreciate_o/sweep.csv
+110 −0 tests/integration_tests/mechanics/depreciate/heron_input.xml
+14 −0 tests/integration_tests/mechanics/depreciate/tests
+2 −0 tests/integration_tests/mechanics/multirun_sweep_opt/gold/Runs_o/opt_soln_0.csv
+1 −0 tests/integration_tests/mechanics/multirun_sweep_opt/tests
+2 −0 tests/integration_tests/mechanics/optimization_settings/gold/Opt_Runs_o/opt_soln_0.csv
+1 −1 tests/integration_tests/mechanics/pyomo_options/heron_input.xml
+3 −3 tests/integration_tests/mechanics/result_statistics/gold/Sweep_Runs_o/sweep.csv
+3 −3 tests/integration_tests/mechanics/static_history/gold/Runs_o/sweep.csv
+1 −1 tests/integration_tests/mechanics/static_history/heron_input.xml
+1 −1 tests/integration_tests/mechanics/storage_func/heron_input.xml
+1 −1 tests/integration_tests/workflows/HERD/nuclearCase_Sine/gold/opt_solution__nuclearCase_Sine.csv
+74,401 −0 tests/integration_tests/workflows/HERD/nuclearCase_notebook_match/LMP_static.csv
+4 −4 tests/integration_tests/workflows/HERD/nuclearCase_notebook_match/dispatches_input.xml
+1 −1 tests/integration_tests/workflows/MOPED/storage_heavy/gold/opt_solution.csv
+1 −1 tests/integration_tests/workflows/MOPED/storage_heavy/moped_input.xml
+2 −0 tests/integration_tests/workflows/production_flex_opt/gold/Opt_Runs_o/opt_soln_0.csv
+1 −1 tests/integration_tests/workflows/storage/heron_input.xml

0 comments on commit 30a234b

Please sign in to comment.