Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
haneslinger committed Sep 21, 2023
1 parent c7f7177 commit fc8fc19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ All of the following are supported:

## Installation

The BuildingSync Gem requires installation of OpenStudio, specifically [OpenStudio v3.0.1](https://openstudio-builds.s3.amazonaws.com/index.html?prefix=3.0.1/).
The BuildingSync Gem requires installation of OpenStudio, specifically [OpenStudio v3.4.0](https://openstudio-builds.s3.amazonaws.com/index.html?prefix=3.4.0/).
The newer versions of OpenStudio have minor breaking changes that have not been addressed in this repository yet. After OpenStudio is
installed, then export the path of the folder that contains the openstudio.rb file to RUBYLIB environment variable
(e.g., `export RUBYLIB=/Applications/OpenStudio-3.0.1/Ruby`)
(e.g., `export RUBYLIB=/Applications/OpenStudio-3.4.0/Ruby`)

After installing OpenStudio and setting the environment variable, then add this line to your application's Gemfile:
```ruby
Expand Down
8 changes: 4 additions & 4 deletions spec/files/filecomparison/originalfiles/in.idf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Version,
9.6; !- Version Identifier
22.1; !- Version Identifier

Timestep,
6; !- Number of Timesteps per Hour
Expand Down Expand Up @@ -2603,11 +2603,11 @@ RunPeriod,
Run Period 1, !- Name
1, !- Begin Month
1, !- Begin Day of Month
2022, !- Begin Year
2023, !- Begin Year
12, !- End Month
31, !- End Day of Month
2022, !- End Year
Saturday, !- Day of Week for Start Day
2023, !- End Year
Sunday, !- Day of Week for Start Day
No, !- Use Weather File Holidays and Special Days
No, !- Use Weather File Daylight Saving Period
No, !- Apply Weekend Holiday Rule
Expand Down
2 changes: 1 addition & 1 deletion spec/files/filecomparison/originalfiles/in.osm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ OS:SizingPeriod:DesignDay,

OS:YearDescription,
{d0fcec5a-533c-4ae5-96ad-48cf821a3afd}, !- Handle
2022, !- Calendar Year
2023, !- Calendar Year
, !- Day of Week for Start Day
; !- Is Leap Year

Expand Down

0 comments on commit fc8fc19

Please sign in to comment.