Skip to content

Commit

Permalink
Fix test in Example
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterpeere committed Feb 14, 2025
1 parent 7f0ecbd commit 8a5ea0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
2 changes: 1 addition & 1 deletion GHEtool/Examples/optimise_load_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def optimise():

# load the hourly profile
load = HourlyBuildingLoad(efficiency_heating=5, efficiency_cooling=25)
load.load_hourly_profile("hourly_profile.csv", header=True, separator=";")
load.load_hourly_profile(FOLDER.joinpath("Examples/hourly_profile.csv"), header=True, separator=";")
load.dhw = 100000 # add domestic hot water

# optimise the load for a 10x10 field (see data above) and a fixed depth of 150m.
Expand Down
57 changes: 0 additions & 57 deletions GHEtool/test/methods/temp.py

This file was deleted.

0 comments on commit 8a5ea0e

Please sign in to comment.