Skip to content

Commit

Permalink
Mapper bug fix (#93)
Browse files Browse the repository at this point in the history
* Fix bug that was not calling dates in osw correctly

* Fix typo in date

* Revert "File to use 1-hour timestep in testing"

This reverts commit 75e169f.

* Revert "Use specific workflow file to force 1 timestep/hour in tests"

This reverts commit 3d08742.

* Put the correct changes in the baseline mapper

* moving test to a different part of the file

* Add .ds_store and .idea/ to gitignore

* Revert "moving test to a different part of the file"

This reverts commit 2ee4bf1.

* Add mapper bug fix to changelog

* Add rubocop config file to gitignore

* Rubocop
  • Loading branch information
vtnate authored Apr 23, 2020
1 parent 3d08742 commit a15e832
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 336 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
/pkg/
/spec/reports/
/tmp/
.DS_Store

# local dev IDE settings
.vscode/
.idea/

# rbenv virtualenv management file
.ruby-version
Expand All @@ -20,3 +22,4 @@
spec/test_directory

Gemfile.lock
.rubocop*
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

## Version 0.2.3

Date Range: 04/01/20 - 04/17/20:
Date Range: 04/01/20 - 04/23/20:

- Fixed [#65]( https://github.com/urbanopt/urbanopt-cli/issues/65 ), Add more tests
- Fixed [#81]( https://github.com/urbanopt/urbanopt-cli/issues/81 ), Mappers weren't updated for version 0.2
- Fixed [#83]( https://github.com/urbanopt/urbanopt-cli/issues/83 ), Recommend using absolute paths
- Fixed [#85]( https://github.com/urbanopt/urbanopt-cli/issues/85 ), reopt dependency not installed
- Fixed [#88]( https://github.com/urbanopt/urbanopt-cli/issues/88 ), Reopt tests are failing
- Fixed [#90]( https://github.com/urbanopt/urbanopt-cli/issues/90 ), Update baseline mapper
- Fixed [#92]( https://github.com/urbanopt/urbanopt-cli/issues/92 ), baseline mapper bug reading json file

## Version 0.2.2

Expand Down
2 changes: 1 addition & 1 deletion example_files/example_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cec_climate_zone": null,
"climate_zone": "6A",
"default_template": "90.1-2013",
"end_date": "2017-13-31T07:00:00.000Z",
"end_date": "2017-12-31T07:00:00.000Z",
"id": "53340c2c-ab20-40db-aba1-11ac607c52a7",
"import_surrounding_buildings_as_shading": null,
"name": "Site Origin",
Expand Down
Loading

0 comments on commit a15e832

Please sign in to comment.