Skip to content

Commit abe234d

Browse files
0.28.6
cleanup 3.0 w/o 2.0
1 parent d87dfad commit abe234d

4 files changed

Lines changed: 3 additions & 1194 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.28.5"
10+
version = "0.28.6"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

src/spotpython/mo/functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def conversion_pred(X) -> np.ndarray:
3434
)
3535

3636

37-
def activity_pred(X)-> np.ndarray:
37+
def activity_pred(X) -> np.ndarray:
3838
"""
3939
Compute activity predictions for each row in the input array.
4040
@@ -66,7 +66,7 @@ def activity_pred(X)-> np.ndarray:
6666
)
6767

6868

69-
def fun_myer16a(X, fun_control=None)-> np.ndarray:
69+
def fun_myer16a(X, fun_control=None) -> np.ndarray:
7070
"""
7171
Compute both conversion and activity predictions for each row in the input array.
7272

0 commit comments

Comments
 (0)