summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 01:32:55 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 01:32:55 +0200
commitf997993eb9ccdabaf9ab1b86ad5f668368120982 (patch)
tree73b0cc3ec050040de857fba52828410095b628d5 /test-mogrify.py
parentf2edb4afa85a35a18b4eebdd83fb6045af9cfb5a (diff)
args
Diffstat (limited to 'test-mogrify.py')
-rw-r--r--test-mogrify.py2
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