diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 01:26:22 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 01:26:22 +0200 |
| commit | 7eefdbcca3b99e337f277116d3d622bd1187d278 (patch) | |
| tree | 14d19e4f0b27219c2c74a377695e0bdc3e94b2ff /options/dataset_options.py | |
| parent | 369d2ce6b070a995b8e127505c8d7b1646acd31d (diff) | |
refactor mogrify script
Diffstat (limited to 'options/dataset_options.py')
| -rw-r--r-- | options/dataset_options.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 368f2b2..356ce60 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -91,6 +91,13 @@ class DatasetOptions(BaseOptions): ) self.parser.add_argument( + '--transition-max', + default=1e-3, + type=float, + help='maximum amount of stabilization to apply' + ) + + self.parser.add_argument( '--recursive', action='store_true', help='recurse on previous output' |
