Skip to content

Commit f6c49d1

Browse files
committed
Fix tests
1 parent b5d0326 commit f6c49d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GHEtool/Validation/speed_comparison.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_64_boreholes():
3636
# create the borefield object
3737
borefield = Borefield(load=load)
3838

39-
borefield.set_ground_parameters(data)
39+
borefield.ground_data = data
4040
borefield.set_borefield(borefield_64)
4141
borefield.Rb = 0.2
4242

0 commit comments

Comments
 (0)