Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DE0CH committed Dec 19, 2022
1 parent f92edb0 commit fbb766a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from threading import Timer, Thread
from time import sleep

import json
def target_runner(experiment, scenario):
raise ValueError()

Expand All @@ -28,7 +27,6 @@ def target_runner(experiment, scenario):

killed = False

irace_exit = Queue()
def test_no_hang():
p = Process(target=start_irace)
p.start()
Expand All @@ -53,6 +51,3 @@ def start_irace():
tuner = irace(scenario, params, target_runner)
tuner.set_initial(defaults)
best_conf = tuner.run()

if __name__ == '__main__':
test_no_hang()

0 comments on commit fbb766a

Please sign in to comment.