-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summarize EndUses for any IDF model (#225)
* adds IDF.copy() and IDF.saveas(inplace=True) (#254) * Adjusts svg repr to the min/max values of the schedule (#255) * Graceful warning when Slab or Basement program is not found * Adds KeyBoardInterupt to IDF Thread * catches more variations of unit name * Adds ability to scale a schedule * Fixes fallback limits for Schedule.plot2d() when Type is not defined * Type can be specified in Schedule.from_values constructor * plot2d is prettier by default * more Typing * Return existing object when new_object is there (#257) * Adds ability to replace schedule values without affecting the full load hours * more robust IDF.name property * Keep sim files when error occurs (#276) * Better Output class for IDF model * Added tests for Outputs * more tests * Parse existing outputs in IDF model when initializing class * Backwards compatibility with E+ <= 7.2 and meters objects * Latest transitioned object more robust * eplus_interface looks in /bin when version is lower or equal to E+ 7.2 * New method: add_idf_object_from_idf_string * code format * Adds enduse balance class * Adds default output variables and meters to Output class * Towards working characterization * removed zone predicted load and temp * adds cooling routine to sankey * Name convention * Fixes the window gains and losses * Fixes an issue reading multipliers * Fixes names in sankey * better * Collect by outputs * Revert "Collect by outputs" This reverts commit 121549fc252835c7e72747248828702e113ccaea. * multipliers * Current state * include html and sql by default * add missing outputs to method * Added construction table to Sql * adds storage outputs * Uses outside face storage * Fix issue with getattr * Fixes a test * isort+black * Removes IDF and SQL by default * Fix test * Fix test with failing transition * Fixes tests * Fixes test * fix test
- Loading branch information
Samuel Letellier-Duchesne
authored
Apr 6, 2022
1 parent
1759572
commit 66d0ff5
Showing
23 changed files
with
2,991 additions
and
401 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
Oops, something went wrong.