Skip to content

Commit 276e1b8

Browse files
committed
more docs and black
1 parent b8db85c commit 276e1b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demos/models/income_adjustment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
STEP_NAME = "income_adjustment"
1010

11+
1112
@orca.step(STEP_NAME)
1213
def income_adjustment(persons, households, income_rates, year):
1314
"""

docs/source/pages/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This document summarizes instructions to install, configure and run DEMOS. Secti
2424
```bash
2525
git clone https://github.com/NREL/DEMOS_NREL.git
2626
cd DEMOS_NREL
27+
git checkout yep/docker-implementation # This line is only relevant during internal testing
2728
```
2829

2930
**Build Docker Image** *(Development only)*

0 commit comments

Comments
 (0)