Skip to content

Commit

Permalink
Fix field_names in cool_load_predictor.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvini121 authored Oct 28, 2024
1 parent 84af402 commit c37f4bc
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 61 deletions.
61 changes: 0 additions & 61 deletions form_configs/Cool_Load_Predictor.json

This file was deleted.

60 changes: 60 additions & 0 deletions form_configs/cool_load_predictor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"Cool Load Prediction Form": {
"Relative Compactness": {
"type": "slider",
"min_value": 0.5,
"default_value": 0.7,
"step": 0.01,
"field_name": "relative_compactness"
},
"Surface Area": {
"type": "number",
"min_value": 300.0,
"default_value": 500.0,
"step": 0.1,
"field_name": "surface_area"
},
"Wall Area": {
"type": "number",
"min_value": 200.0,
"default_value": 300.0,
"step": 0.1,
"field_name": "wall_area"
},
"Roof Area": {
"type": "number",
"min_value": 100.0,
"default_value": 220.0,
"step": 0.1,
"field_name": "roof_area"
},
"Overall Height": {
"type": "number",
"min_value": 2.5,
"default_value": 3.5,
"step": 0.01,
"field_name": "overall_height"
},
"Orientation": {
"type": "number",
"min_value": 1,
"default_value": 2,
"step": 1,
"field_name": "orientation"
},
"Glazing Area": {
"type": "slider",
"min_value": 0.0,
"default_value": 0.1,
"step": 0.01,
"field_name": "glazing_area"
},
"Glazing Area Distribution": {
"type": "number",
"min_value": 0.0,
"default_value": 0.25,
"step": 0.01,
"field_name": "glazing_area_distribution"
}
}
}

0 comments on commit c37f4bc

Please sign in to comment.