From ab766b1a2e4659f4b965e812761667096cb0dc40 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Sun, 7 Jul 2024 14:14:06 -0400 Subject: [PATCH] rm print --- pycse/pyroxy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pycse/pyroxy.py b/pycse/pyroxy.py index 1177205..a34be25 100644 --- a/pycse/pyroxy.py +++ b/pycse/pyroxy.py @@ -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.