Skip to content
Snippets Groups Projects
Commit 6286f6e3 authored by Hans-Peter Deifel's avatar Hans-Peter Deifel
Browse files

wta: Run only one sample when bisecting

This divides the time to bisect by five.
parent 49ca2a58
Branches
No related tags found
No related merge requests found
......@@ -234,6 +234,8 @@ def find_bad(args, good):
def bisect_states(args):
check_zerotrans(args)
samples = 1
states = args.start_states
good = args.good or 0
......@@ -290,6 +292,8 @@ def bisect_trans(args):
transitions = args.start_transitions
samples = 1
good = args.good or 0
bad = args.bad
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment