Skip to content

Commit

Permalink
update single_ghe test so it works locally
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Feb 14, 2025
1 parent ce033b9 commit 2fb460e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model_connectors/data/system_params_ghe_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"district_system": {
"fifth_generation": {
"central_pump_parameters": {
"pump_design_head": 300000,
"pump_design_head": 700000,
"pump_flow_rate": 0.01
},
"horizontal_piping_parameters": {
Expand Down
3 changes: 3 additions & 0 deletions tests/model_connectors/test_district_single_ghe.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,7 @@ def test_simulate_district_system(self):
f"{self.district._scaffold.project_name}.Districts.DistrictEnergySystem",
run_path=self.district._scaffold.project_path,
file_to_load=self.district._scaffold.package_path,
start_time=0, # Day 0 (in seconds)
stop_time=86400, # For 1 day duration (in seconds)
step_size=300, # (in seconds)
)

0 comments on commit 2fb460e

Please sign in to comment.