We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5953e48 commit 1623991Copy full SHA for 1623991
GUI_supporting_pages/deploy.py
@@ -369,10 +369,10 @@ def next_page(self):
369
args_json = json.dumps(self.controller.args_dict)
370
# Path to the package in parent folder
371
372
- dev_mode =False
+ dev_mode =True
373
if dev_mode == True:
374
print('Running app in dev mode: Running koopman.py script')
375
- parent_dir = './Project-Varuna-MMPK-Package'
+ parent_dir = '/home/ajoglek/Project-Varuna-RZR/Project-Varuna-MMPK-Package'
376
script_path = os.path.join(parent_dir, "koopman.py")
377
# If in dev mode, run the Python script with the arguments
378
try:
0 commit comments