File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -771,10 +771,10 @@ def sprint_statistics(self):
771771 num_crash = sum ([s == 'Crash' for s in cv_results ['status' ]])
772772 sio .write (' Number of crashed target algorithm runs: %d\n ' % num_crash )
773773 num_timeout = sum ([s == 'Timeout' for s in cv_results ['status' ]])
774- sio .write (' Number of target algorithms that exceeded the memory '
774+ sio .write (' Number of target algorithms that exceeded the time '
775775 'limit: %d\n ' % num_timeout )
776776 num_memout = sum ([s == 'Memout' for s in cv_results ['status' ]])
777- sio .write (' Number of target algorithms that exceeded the time '
777+ sio .write (' Number of target algorithms that exceeded the memory '
778778 'limit: %d\n ' % num_memout )
779779 return sio .getvalue ()
780780
You can’t perform that action at this time.
0 commit comments