diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 13:05:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 13:05:42 +0200 |
| commit | 008565bf68e7c8f9ad67f764812151d27601606d (patch) | |
| tree | ab02b2d44913c3ac0936c3b741633389fe1c08e0 /options/dataset_options.py | |
| parent | d21b4f449ed15a47884f9a4de00b6838486a1bf6 (diff) | |
vars..
Diffstat (limited to 'options/dataset_options.py')
| -rw-r--r-- | options/dataset_options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index ade222f..7229812 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -119,7 +119,7 @@ class DatasetOptions(BaseOptions): self.parser.add_argument( '--transition-max', - default=1e-3, + default=1.0, type=float, help='maximum amount of stabilization to apply' ) |
