Skip to content

Commit

Permalink
Fix test failure and mutation on remote
Browse files Browse the repository at this point in the history
  • Loading branch information
haneslinger committed Oct 3, 2023
1 parent e5c6b97 commit ba00b2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ if allow_local && File.exist?('../openstudio-ee-gem')
else
gem 'openstudio-ee', github: 'NREL/openstudio-ee-gem', tag: 'v0.6.0'
end

gem 'parser', '3.2.2.2'
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

0 comments on commit ba00b2e

Please sign in to comment.