Skip to content

Commit

Permalink
set test_mode and submit to True
Browse files Browse the repository at this point in the history
  • Loading branch information
tramyn committed Oct 27, 2020
1 parent dfd08b8 commit 2ceecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intent_parser/intent/parameter_intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class ExperimentIntent(object):

def __init__(self, submit_experiment: bool = False, xplan_reactor: str = 'xplan', test_mode: bool = True):
def __init__(self, submit_experiment: bool = True, xplan_reactor: str = 'xplan', test_mode: bool = False):
self._base_dir = None
self._xplan_reactor = xplan_reactor
self._plate_size = None
Expand Down

0 comments on commit 2ceecf3

Please sign in to comment.