-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* udpates for 0.11.1 release * updates to support linux arm * adding rescue blocks to catch errors * Update CLI sub-commands to be consistent across commands (#455) * delete improper white space at beginning of cli line * standardize sys-param parameter * update tests to use new sys-param cli parameter * Install exact python dependency versions, and bump ThermalNetwork version (#457) * expect new version of ThermalNetwork * install exact python dependency versions, not fuzzy * update error handling for installing python and dependencies (#458) * test out develop gem package for macos * add in path for python miniconda if user installs python * revert back to using 0.11.1 gem packages for macos * update error handling for installing python and dependencies * revert to ThermalNetwork 0.2.3 to reduce dependency conflicts * check for python version in a better way in spec file * hard-code paths for installing python on Windows * install ThermalNetwork 0.2.4 * update paths for windows only * match path for gitbash script from tims branch --------- Co-authored-by: tijcolem <[email protected]> Co-authored-by: ci-commercialbuildings <[email protected]> Co-authored-by: Nathan Moore <[email protected]> * Update python dependency versions (#460) * bump TN to 0.2.5 * bump disco to resolve pandas version conflicts * use the newest version of ditto-reader * update gmt version * update code to work with gmt v0.7.0 * update tests to work with gmt v0.7.0 * fix code mistakes for calling gmt v0.7.0 properly * try zipping rspec results before uploading artifact * Update commands, paths, and example files for Reopt v3 (#463) * skip resilience test until we fix that aspect of reopt processing * update test reopt assumptions files to work with reopt v3 * update reopt assumptions files to work with reopt v3 * remove boilerplate comments * bump to version 0.12.0 * add warning that resilience is not currently supported * point to reopt-v3 branches of dependent gems * clarify todo comment * close with graceful message if reopt-resilience is attempted * update assumptions files to match reopt-gem for v3 * update test files to work with reopt v3 * remove duplicative commands from reopt post-processing tests * smarter way to select reopt assumptions file * better way of finding python version for test * remove wind from reopt assumptions file * remove lat/long from assumptions files * add wind, remove lat/long from test assumption files * clean up gemfile, gemspec, and project gemfile * delete test ghe_dir before testing * restore project gemfile properly this time, ugh * uuuuuuuugh get the right reporting-gem version * update reporting-gem version * add post-process step to opendss test * reorder process call in opendss test * attempt at fixing github caching issue * Revert "attempt at fixing github caching issue" This reverts commit 30cbca0. * attempt to change pip cache permissions on github * attempt to fix syntax for pip cache permissions * fix help text for district_type in des_params * fix des_params test call in basic tests for new gmt v0.7.0 * slightly different command for zip Action * remove owership change attempt * reopt resilience-not-supported wording * remove duplicate test to generate a sys-param file * debug GHA to troubleshoot disco test failure on CI * directly install OS on runner instead of using container * more OS debugging * another attempt at troubleshooting * farther down the rabbit hole * another attempt at using the right Ruby * go back to working ci config * ignore warnings when installing dependencies...do not treat them as errors --------- Co-authored-by: kflemin <[email protected]> * Prep 0.12.0 (#465) * remove commented references to closed branch in Gemfile * changelog entries for v0.12.0 * clean up CI config file * rubocop --------- Co-authored-by: tijcolem <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Katherine Fleming <[email protected]> Co-authored-by: ci-commercialbuildings <[email protected]>
- Loading branch information
1 parent
ab858d2
commit d975cac
Showing
26 changed files
with
798 additions
and
786 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1105,6 +1105,6 @@ def time_mapping(time) | |
|
||
return osw | ||
end | ||
end # end class | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.