Skip to content

Commit

Permalink
Merge pull request #38 from rccolle/add_fcas_1_sec_enablement
Browse files Browse the repository at this point in the history
Add FCAS 1 second enablement to DISPATCHLOAD and NEXT_DAY_DISPATCHLOAD
  • Loading branch information
nick-gorman authored May 15, 2024
2 parents a620ee2 + a38a34f commit 7fbc99f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ nemosis/check_new_bid_table_functionality.py
*.pyc
smoke.py
gui.exe
nemosis_test_cache/
line-profiler.py
profiler.py
test.ipynb
.vscode/settings.json
4 changes: 4 additions & 0 deletions nemosis/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,11 @@
"LOWER5MIN",
"LOWER60SEC",
"LOWER6SEC",
"LOWER1SEC",
"RAISE5MIN",
"RAISE60SEC",
"RAISE6SEC",
"RAISE1SEC",
"LOWERREG",
"RAISEREG",
"SEMIDISPATCHCAP",
Expand All @@ -260,9 +262,11 @@
"LOWER5MIN",
"LOWER60SEC",
"LOWER6SEC",
"LOWER1SEC",
"RAISE5MIN",
"RAISE60SEC",
"RAISE6SEC",
"RAISE1SEC",
"LOWERREG",
"RAISEREG",
"SEMIDISPATCHCAP",
Expand Down

0 comments on commit 7fbc99f

Please sign in to comment.