diff options
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index 769a431..5d90ff2 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -27,7 +27,7 @@ frac_b = 1 - frac_a if __name__ == '__main__': opt = TestOptions().parse() - data_opt = DatasetOptions().parse() + data_opt = DatasetOptions().parse(opt.unknown) opt.nThreads = 1 # test code only supports nThreads = 1 opt.batchSize = 1 # test code only supports batchSize = 1 opt.serial_batches = True # no shuffle |
