Skip to content

Commit 1623991

Browse files
Just changed the dir for koopman,py
1 parent 5953e48 commit 1623991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GUI_supporting_pages/deploy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,10 @@ def next_page(self):
369369
args_json = json.dumps(self.controller.args_dict)
370370
# Path to the package in parent folder
371371

372-
dev_mode =False
372+
dev_mode =True
373373
if dev_mode == True:
374374
print('Running app in dev mode: Running koopman.py script')
375-
parent_dir = './Project-Varuna-MMPK-Package'
375+
parent_dir = '/home/ajoglek/Project-Varuna-RZR/Project-Varuna-MMPK-Package'
376376
script_path = os.path.join(parent_dir, "koopman.py")
377377
# If in dev mode, run the Python script with the arguments
378378
try:

0 commit comments

Comments
 (0)