summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 04:24:38 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 04:24:38 +0200
commit1adb460619646b45f849d8bec20e001cf73e9a6e (patch)
tree6cbf57026918ca4d9248947d923c44316b08d578 /test-mogrify.py
parent03bf65f926114a5430c36222e29f618bdaf4117b (diff)
testy
Diffstat (limited to 'test-mogrify.py')
-rw-r--r--test-mogrify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-mogrify.py b/test-mogrify.py
index 8e5c393..22472b3 100644
--- a/test-mogrify.py
+++ b/test-mogrify.py
@@ -26,11 +26,11 @@ if __name__ == '__main__':
opt.batchSize = 1 # test code only supports batchSize = 1
opt.serial_batches = True # no shuffle
opt.no_flip = True # no flip
- opt.experiment = data_opt.experiment # opt.start_img.split("/")[-1].split(".")[0]
+ # opt.experiment = data_opt.experiment # opt.start_img.split("/")[-1].split(".")[0]
d = datetime.now()
tag = "{}_{}_{}".format(
- opt.name, data_opt.experiment,
+ opt.name, opt.experiment,
d.strftime('%Y%m%d%H%M'))
opt.tag = tag # = "pcfade___201805150250"