diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 12:56:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-18 12:56:18 +0200 |
| commit | d2961b5702a5e9ff558dce900f6a6a19f719dffe (patch) | |
| tree | afa3a95eab714235984871b332f369b6c86e657c /test.py | |
| parent | 676c66164629820c21d8a629145add18212713bf (diff) | |
y
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,6 +32,6 @@ if __name__ == '__main__': ims = visualizer.save_images(webpage, visuals, img_path, aspect_ratio=opt.aspect_ratio) if dataset.name() == 'RecursiveImageDataset': # dataset.append(ims) - print ims + print(ims) webpage.save() |
