summaryrefslogtreecommitdiff
path: root/options/dataset_options.py
diff options
context:
space:
mode:
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'