Skip to content

Commit df60277

Browse files
v0.8.20
1 parent 1768294 commit df60277

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotPython"
10-
version = "0.8.19"
10+
version = "0.8.20"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

src/spotPython/fun/hyperlight.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def fun(self, X: np.ndarray, fun_control: dict = None) -> np.ndarray:
116116
dataset = Diabetes()
117117
set_data_set(fun_control=fun_control,
118118
data_set=dataset)
119-
120119
add_core_model_to_fun_control(core_model=NetLightRegression,
121120
fun_control=fun_control,
122121
hyper_dict=LightHyperDict)

0 commit comments

Comments
 (0)