summaryrefslogtreecommitdiff
path: root/options
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-21 14:50:22 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-21 14:50:22 +0200
commit9c60f346fbf69c496e1508cc4e81389570fb74ca (patch)
treef2dca6d26e20468eb7f81bb08fc258a21b4bd17f /options
parent1befc36e9fc357956c9594b325875fa152b42caf (diff)
vars..
Diffstat (limited to 'options')
-rw-r--r--options/dataset_options.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py
index 5457c22..92ea2bc 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -104,6 +104,17 @@ class DatasetOptions(BaseOptions):
### RECURSION
self.parser.add_argument(
+ '--processing',
+ action='store_true',
+ help='internally stores whether or not we should be processing..'
+ )
+ self.parser.add_argument(
+ '--pause',
+ action='store_true',
+ help='internally tells the loop to pause..'
+ )
+
+ self.parser.add_argument(
'--transition',
action='store_true',
help=' sine wave transition'