Skip to content

Commit

Permalink
Redo the sql test with 23.2.0 official
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Sep 29, 2023
1 parent 7ae20fd commit 94126dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions resources/utilities/SqlFile/1ZoneEvapCooler-V23-2-0.idf
Original file line number Diff line number Diff line change
Expand Up @@ -640,3 +640,4 @@

Output:SQLite,
SimpleAndTabular; !- Option Type

Binary file modified resources/utilities/SqlFile/1ZoneEvapCooler-V23-2-0.sql
Binary file not shown.
4 changes: 2 additions & 2 deletions resources/utilities/SqlFile/update_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi;

# All versions you want to run
# declare -a all_versions=("8.5.0" "8.6.0" "8.7.0" "8.8.0" "8.9.0" "9.0.1" "9.1.0" "9.2.0" "9.3.0", "9.4.0", "9.5.0", "9.6.0", "22.1.0", "22.2.0", "23.1.0", "23.2.0")
declare -a all_versions=("23.2.0-IOFreeze")
declare -a all_versions=("23.2.0")

# DO NOT RERUN IF SQL ALREADY THERE
rerun_if_already_there=false
Expand Down Expand Up @@ -52,7 +52,7 @@ for ep_version in "${all_versions[@]}"; do
fi;

# If not already installed, get it from GitHub
ep_exe=$(find /usr/local/EnergyPlus-$ep_version_dash -name "energyplus")
ep_exe=$(find /usr/local/EnergyPlus-$ep_version_dash -maxdepth 1 -name "energyplus")
if [ -z "$ep_exe" ]; then

# Prefer using the tar.gz (doesn't require install via sh, which needs sudo generally speaking, and more importantly needs manual input)
Expand Down

0 comments on commit 94126dc

Please sign in to comment.