diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-07-08 12:24:22 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-07-08 12:24:22 +0200 |
commit | 813bbdec263fde4fdf651c0b848d73e4d4063217 (patch) | |
tree | 921f0ea419e756ec896cc5e1cb058bd8153c6490 /lib/harness.py | |
parent | 16ef2200a69a904e6baed2462f8a72abfd682ca0 (diff) |
Fix incomplete raw_output in generate-dfa-benchmark output
Diffstat (limited to 'lib/harness.py')
-rw-r--r-- | lib/harness.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' """ |