summaryrefslogtreecommitdiff
path: root/options/dataset_options.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-21 01:26:22 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-21 01:26:22 +0200
commit7eefdbcca3b99e337f277116d3d622bd1187d278 (patch)
tree14d19e4f0b27219c2c74a377695e0bdc3e94b2ff /options/dataset_options.py
parent369d2ce6b070a995b8e127505c8d7b1646acd31d (diff)
refactor mogrify script
Diffstat (limited to 'options/dataset_options.py')
-rw-r--r--options/dataset_options.py7
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'