Skip to content

Commit

Permalink
clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Weixuan Fu authored and Weixuan Fu committed Nov 17, 2016
1 parent 63f7632 commit d76553e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tpot/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def handler(dwCtrlType, hook_sigint=_thread.interrupt_main):
return 0
win32api.SetConsoleCtrlHandler(handler, 1)
# add time limit for imported function
print(inspect.getargspec(cross_val_score).args)
cross_val_score = _timeout(cross_val_score)


Expand Down

0 comments on commit d76553e

Please sign in to comment.