Skip to content

Commit ec5f004

Browse files
Jammy2211Jammy2211
authored andcommitted
backup
1 parent 8b24178 commit ec5f004

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

autofit/non_linear/fitness.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def __call__(self, parameters, *kwargs):
191191

192192
@cached_property
193193
def _call(self):
194-
debug.print("Compiling fitness function for JAX...")
194+
# debug.print("Compiling fitness function for JAX...")
195195
return jax_wrapper.jit(self.call)
196196

197197
def call_numpy_wrapper(self, parameters):
@@ -276,4 +276,5 @@ def call_numpy_wrapper_batch(self, pts_batch):
276276
results = []
277277
for pt in pts_batch:
278278
results.append(self.call_numpy_wrapper(pt))
279-
return results
279+
return results
280+

0 commit comments

Comments
 (0)