diff options
| author | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-10-30 13:40:52 +0000 |
|---|---|---|
| committer | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-10-30 13:40:58 +0000 |
| commit | 62631134895417c7993677e8bf73206253eac5b0 (patch) | |
| tree | 57b782f19200b93e8917e1eb41156a3dfb4daa41 /src | |
| parent | 5df89a9523dc0fe7995efec4896b281fd69216c9 (diff) | |
| download | focaccia-62631134895417c7993677e8bf73206253eac5b0.tar.gz focaccia-62631134895417c7993677e8bf73206253eac5b0.zip | |
Fix incorrect cross-validation flag specification
Diffstat (limited to 'src')
| -rwxr-xr-x | src/focaccia/tools/capture_transforms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/focaccia/tools/capture_transforms.py b/src/focaccia/tools/capture_transforms.py index 0b084da..6ef0eaa 100755 --- a/src/focaccia/tools/capture_transforms.py +++ b/src/focaccia/tools/capture_transforms.py @@ -18,6 +18,7 @@ def main(): help='Name of output file. (default: trace.out)') prog.add_argument('-c', '--cross-validate', default=False, + action='store_true', help='Cross-validate symbolic equations with concrete values') args = prog.parse_args() |