diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-06-12 23:52:56 -0700 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-06-12 23:52:56 -0700 |
| commit | e6858e35f0a08c6139c133122d222d0d85e8005d (patch) | |
| tree | 2647ff13a164c684113eab455123394a49a65dad /options/test_options.py | |
| parent | 3b72a659c38141e502b74bee65ca08d51dc3eabf (diff) | |
update dataset mode
Diffstat (limited to 'options/test_options.py')
| -rw-r--r-- | options/test_options.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/test_options.py b/options/test_options.py index c4ecff6..6b79860 100644 --- a/options/test_options.py +++ b/options/test_options.py @@ -1,5 +1,6 @@ from .base_options import BaseOptions + class TestOptions(BaseOptions): def initialize(self): BaseOptions.initialize(self) |
