Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Jul 7, 2024
1 parent 2e9b463 commit ab766b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pycse/pyroxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ def __init__(self, func, model, tol=1, max_calls=-1, verbose=False):
self.surrogate = 0
self.func_calls = 0

print(max_calls, self.max_calls)

def add(self, X):
"""Get data for X, add it and retrain.
Use this to bypass the logic for using the surrogate.
Expand Down

0 comments on commit ab766b1

Please sign in to comment.