Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kill_processes() takes exactly 2 arguments (1 given) #100

Open
KEggensperger opened this issue Aug 24, 2015 · 0 comments
Open

kill_processes() takes exactly 2 arguments (1 given) #100

KEggensperger opened this issue Aug 24, 2015 · 0 comments

Comments

@KEggensperger
Copy link
Contributor

When setting "total_time_limit = X" in config.cfg, HPOlib crashes when the total time limit is reached:

  File "/home/eggenspk/virtualEnvs/virtualSheep/local/lib/python2.7/site-packages/pkg_resources.py", line 1354, in run_script
  execfile(script_filename, namespace, namespace)
  File "/home/eggenspk/virtualEnvs/virtualSheep/lib/python2.7/site-packages/HPOlib-0.2.0dev-py2.7.egg/EGG-INFO/scripts/HPOlib-run", line 26, in <module>
    wrapping.main()
  File "/home/eggenspk/virtualEnvs/virtualSheep/local/lib/python2.7/site-packages/HPOlib-0.2.0dev-py2.7.egg/HPOlib/wrapping.py", line 484, in main
    wrapping_util.kill_processes(signal.SIGINT)
TypeError: kill_processes() takes exactly 2 arguments (1 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant