From 813bbdec263fde4fdf651c0b848d73e4d4063217 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 8 Jul 2020 12:24:22 +0200 Subject: Fix incomplete raw_output in generate-dfa-benchmark output --- lib/harness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/harness.py') diff --git a/lib/harness.py b/lib/harness.py index 3b279c0..1c3dbe0 100644 --- a/lib/harness.py +++ b/lib/harness.py @@ -21,7 +21,7 @@ class TransitionHarness: * `name`: state or transition name * `parameter`: currently valid parameter values. If normalization is used, they are already normalized. Each parameter value is either a primitive int/float/str value (-> constant for each iteration) or a list of - primitive values (-> set by the return value of the current run, not necessarily constan) + primitive values (-> set by the return value of the current run, not necessarily constant) * `args`: function arguments, if isa == 'transition' """ -- cgit v1.2.3