Skip to content

Commit

Permalink
Corrected issues in 11-8 ruletest JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
gonz102 committed Dec 18, 2024
1 parent b020506 commit cfc0e14
Showing 1 changed file with 12 additions and 112 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@
"service_water_heating_uses": [
{
"id": "SHW 2",
"served_by_distribution_system": "SHW Distribution 2"
"served_by_distribution_system": "SHW Distribution 2",
"use": 100
}
]
}
Expand Down Expand Up @@ -394,33 +395,7 @@
}
]
}
},
"ruleset_model_descriptions": [
{
"buildings": [
{
"building_segments": [
{},
{
"zones": [
{
"spaces": [
{
"service_water_heating_uses": [
{
"use": 100
}
]
}
]
}
]
}
]
}
]
}
]
}
},
"rule-11-8-d": {
"Section": 11,
Expand Down Expand Up @@ -487,7 +462,8 @@
"service_water_heating_uses": [
{
"id": "SHW 2",
"served_by_distribution_system": "SHW Distribution 2"
"served_by_distribution_system": "SHW Distribution 2",
"use": 100
}
]
}
Expand Down Expand Up @@ -581,33 +557,7 @@
}
]
}
},
"ruleset_model_descriptions": [
{
"buildings": [
{
"building_segments": [
{},
{
"zones": [
{
"spaces": [
{
"service_water_heating_uses": [
{
"use": 100
}
]
}
]
}
]
}
]
}
]
}
]
}
},
"rule-11-8-e": {
"Section": 11,
Expand Down Expand Up @@ -673,7 +623,8 @@
"service_water_heating_uses": [
{
"id": "SHW 2",
"served_by_distribution_system": "SHW Distribution 1"
"served_by_distribution_system": "SHW Distribution 1",
"use": 100
}
]
}
Expand Down Expand Up @@ -761,33 +712,7 @@
}
]
}
},
"ruleset_model_descriptions": [
{
"buildings": [
{
"building_segments": [
{},
{
"zones": [
{
"spaces": [
{
"service_water_heating_uses": [
{
"use": 100
}
]
}
]
}
]
}
]
}
]
}
]
}
},
"rule-11-8-f": {
"Section": 11,
Expand Down Expand Up @@ -853,7 +778,8 @@
"service_water_heating_uses": [
{
"id": "SHW 2",
"served_by_distribution_system": "SHW Distribution 1"
"served_by_distribution_system": "SHW Distribution 1",
"use": 100
}
]
}
Expand Down Expand Up @@ -940,32 +866,6 @@
}
]
}
},
"ruleset_model_descriptions": [
{
"buildings": [
{
"building_segments": [
{},
{
"zones": [
{
"spaces": [
{
"service_water_heating_uses": [
{
"use": 100
}
]
}
]
}
]
}
]
}
]
}
]
}
}
}

0 comments on commit cfc0e14

Please sign in to comment.