Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

740 update to new teaser use conditions and add new building elements #741

Merged
merged 44 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
807a722
update profile to add maintained illuminance
DaJansenGit Oct 28, 2024
8a7a6f6
use maintained illuminance for all cases
DaJansenGit Oct 28, 2024
9879426
update templates and functions to use maintained illuminance attribute
DaJansenGit Oct 28, 2024
f9653af
Merge branch 'development' into 740-update-to-new-teaser-use-conditions
DaJansenGit Oct 28, 2024
92e4080
add docs for lighting power changes and adjust EP part
DaJansenGit Oct 31, 2024
f28110e
Merge branch 'development' into 740-update-to-new-teaser-use-conditions
DaJansenGit Oct 31, 2024
d9fe02b
Merge branch 'refs/heads/development' into 740-update-to-new-teaser-u…
DaJansenGit Nov 26, 2024
e80afa7
update use conditions and rm unused typical_length and typical_width
DaJansenGit Nov 26, 2024
5e1eb52
allow ifc post processing to use non static methods, fix lighting and…
DaJansenGit Nov 26, 2024
369edea
specify and update data source
DaJansenGit Nov 26, 2024
2bf4b42
rm obsolete.py
DaJansenGit Nov 26, 2024
2d936f1
rm obsolete.py
DaJansenGit Nov 26, 2024
25a9ec6
update docs
DaJansenGit Nov 26, 2024
2f05035
correct unit for energyplus export of machines
DaJansenGit Nov 26, 2024
0c671be
update use conditions and test resources
DaJansenGit Nov 27, 2024
17f149c
adjust use condition file for digital hub
DaJansenGit Nov 28, 2024
e8d0546
Merge branch 'development' into 740-update-to-new-teaser-use-conditions
DaJansenGit Nov 30, 2024
3ab354a
add KFW and Tabula data and adjust enrichment accordingly
DaJansenGit Nov 30, 2024
9b41265
Merge branch 'development' into 740-update-to-new-teaser-use-conditions
DaJansenGit Dec 4, 2024
c67d482
add test function for enrichment task
DaJansenGit Dec 5, 2024
d2e52da
add test function for enrichment task
DaJansenGit Dec 5, 2024
ea01dc4
mv test for enrich material into correct folder
DaJansenGit Dec 5, 2024
8d579c9
Remove obsolete assets
veronikarichter Dec 9, 2024
8c428e9
Merge branch 'refs/heads/development' into 740-update-to-new-teaser-u…
DaJansenGit Dec 10, 2024
655ee28
fix material name from accidentally find->replace renaming
DaJansenGit Dec 10, 2024
f48ba2b
correct line indentation [skip-ci]
DaJansenGit Dec 10, 2024
c70fe0a
fix docs for fixed_lighting_power
DaJansenGit Dec 10, 2024
afaf6f6
fix line indentations and comments
DaJansenGit Dec 10, 2024
b9c87e2
update submodule branch
DaJansenGit Dec 10, 2024
6980a28
update tests to run in CI as well
DaJansenGit Dec 10, 2024
f18640f
add reset() functionality for attributes and set maintained illuminan…
DaJansenGit Dec 10, 2024
3f39839
add reset() functionality for attributes and set maintained illuminan…
DaJansenGit Dec 10, 2024
69ae88d
Merge branch 'refs/heads/development' into 740-update-to-new-teaser-u…
DaJansenGit Dec 11, 2024
510083a
add missing "maintained_illuminance" for "Spectator area (theater and…
DaJansenGit Dec 12, 2024
7fba664
add docs for enrichment and where data is coming from.
DaJansenGit Dec 12, 2024
1f45cf4
add more docs for enrichment data of useconditions
DaJansenGit Dec 12, 2024
887d8d2
move and fix test for enrichment
DaJansenGit Dec 12, 2024
748f5e1
Use maintained illuminance for FZK Regression test in EnergyPlus
veronikarichter Dec 12, 2024
4f5ad30
update to new test resources branch with updated teaser regression re…
DaJansenGit Dec 12, 2024
fcc1981
add digitalhub regression test
DaJansenGit Dec 12, 2024
4ea7b34
update submodule commit (add regression result for digitalhub teaser)
DaJansenGit Dec 12, 2024
24cff67
update version to 0.2.3
DaJansenGit Dec 12, 2024
003b4b5
Update submodule of test resources
veronikarichter Dec 12, 2024
aceac28
Invert logic of energyPlus regression tests (avoid passing if regress…
veronikarichter Dec 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "test/resources"]
path = test/resources
url = https://github.com/BIM2SIM/bim2sim-test-resources.git
branch = main
branch = update_test_resources
Loading