diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 01:32:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 01:32:55 +0200 |
| commit | f997993eb9ccdabaf9ab1b86ad5f668368120982 (patch) | |
| tree | 73b0cc3ec050040de857fba52828410095b628d5 /test-mogrify.py | |
| parent | f2edb4afa85a35a18b4eebdd83fb6045af9cfb5a (diff) | |
args
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 |
