Skip to content

Commit 18ed523

Browse files
bump 0.9.2
1 parent 8a0dbb4 commit 18ed523

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

GPopt/GPOpt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,6 @@ def surrogate_fit_predict(
365365
assert self.acquisition == "ucb", "'acquisition' must be 'ucb' for conformalized surrogates"
366366
self.posterior_ = None
367367
self.surrogate_obj.fit(X_train, y_train)
368-
print("self.surrogate_obj.aic_",
369-
self.surrogate_obj.aic_)
370368
try:
371369
res = self.surrogate_obj.predict(X_test, return_pi=True,
372370
method="splitconformal")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from codecs import open
44
from os import path
55

6-
__version__ = "0.9.1"
6+
__version__ = "0.9.2"
77

88
subprocess.call("pip install -r requirements.txt", shell=True)
99

0 commit comments

Comments
 (0)