Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The table below maps in detail the BuildingSync XML data to measure inputs. Note
- read `.../Site` as `/BuildingSync/Facilities/Facility/Sites/Site`
- read `.../Building` as `/BuildingSync/Facilities/Facility/Sites/Site/Buildings/Building`

| Measure | Argument | set by function in BuildingSyncReader | Read from buidingsync |
| Measure | Argument | set by function in BuildingSyncReader | Read from BuildingSync |
|----------------------------------------|-------------------------|-------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| [set_run_period] | | | |
| | timesteps_per_hour | | Hard Coded to `4` |
Expand Down Expand Up @@ -151,4 +151,4 @@ To run the tests you can use the Rake task:

```bash
bundle exec rake
```
```
Loading