Skip to content

Commit 0533950

Browse files
authored
Merge pull request #411 from wouterpeere/162-size-borefield-configuration-function_new
No logging
2 parents 4b4a400 + 25f69b4 commit 0533950

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

GHEtool/Methods/optimise_borefield_configuration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
import pygfunction as gt
1212
import optuna
1313

14-
15-
# optuna.logging.disable_default_handler()
14+
optuna.logging.disable_default_handler()
1615

1716

1817
def _find_borefield(borefield, n_1, n_2, b_1, b_2, shape, **kwargs) -> gt.borefield.Borefield:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = GHEtool
3-
version = 2.4.0.dev16
3+
version = 2.4.0.dev17
44
author = Wouter Peere
55
author_email = wouter@ghetool.eu
66
description = Python package for borefield sizing

0 commit comments

Comments
 (0)