diff options
| author | Jun-Yan Zhu <junyanz@users.noreply.github.com> | 2017-09-20 20:57:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-20 20:57:40 -0700 |
| commit | 4062012515f4bcc2ee90ccef80d9492ebb64441f (patch) | |
| tree | 5523dc88e42be18d108b871f2b565421812d1620 /test.py | |
| parent | e9edc9be415374f6a4ab4ed2f5c87b3599c32be1 (diff) | |
| parent | a75ff89a635e933c2c8faed114d607e82153b218 (diff) | |
Merge pull request #108 from Naruto-Sasuke/patch-2
Update test.py
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ from options.test_options import TestOptions from data.data_loader import CreateDataLoader from models.models import create_model from util.visualizer import Visualizer -from pdb import set_trace as st from util import html opt = TestOptions().parse() |
