mg-pso-gui 0.0.206__tar.gz → 0.0.207__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/PKG-INFO +1 -1
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mg_pso_gui.egg-info/PKG-INFO +1 -1
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/HomePage.py +2 -2
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/util/PSORunner.py +9 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/setup.py +1 -1
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mg_pso_gui.egg-info/SOURCES.txt +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mg_pso_gui.egg-info/dependency_links.txt +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mg_pso_gui.egg-info/entry_points.txt +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mg_pso_gui.egg-info/requires.txt +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mg_pso_gui.egg-info/top_level.txt +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/__init__.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/OptionManager.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/PlatformTab/PlatformTab.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/PlatformTab/__init__.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/RunTab/RunTab.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/RunTab/__init__.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/SetupTab/BoundsEditorWindow.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/SetupTab/BoundsList.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/SetupTab/CalibrationParametersView.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/SetupTab/FunctionsList.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/SetupTab/ListParametersView.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/SetupTab/SetupTab.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/SetupTab/StaticParameterView.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/SetupTab/StepView.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/SetupTab/__init__.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/VisualizeTab/VisualizeTab.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/VisualizeTab/__init__.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/__init__.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/images/IGOW 4 Logo.png +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/images/collapse.png +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/images/down.png +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/images/expand.png +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/images/play.png +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/images/refresh.png +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/images/refresh_hd.png +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/images/stop.png +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/images/trash.png +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/images/up.png +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/mgpsogui.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/start.yaml +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/util/CTkToolTip/__init__.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/util/CTkToolTip/ctk_tooltip.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/util/GraphGenerator.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/util/__init__.py +0 -0
- {mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/setup.cfg +0 -0
@@ -413,7 +413,7 @@ class App(customtkinter.CTk):
|
|
413
413
|
try:
|
414
414
|
stdout_line = stdout_queue.get_nowait()
|
415
415
|
|
416
|
-
print("#" + stdout_line)
|
416
|
+
print("# " + stdout_line)
|
417
417
|
#with open(os.path.join(folder, 'output.txt'), 'a') as f:
|
418
418
|
# f.write(stdout_line)
|
419
419
|
|
@@ -424,7 +424,7 @@ class App(customtkinter.CTk):
|
|
424
424
|
try:
|
425
425
|
stderr_line = stderr_queue.get_nowait()
|
426
426
|
|
427
|
-
print("?" + stderr_line)
|
427
|
+
print("? " + stderr_line)
|
428
428
|
#with open(os.path.join(folder, 'error.txt'), 'a') as f:
|
429
429
|
# f.write(stderr_line)
|
430
430
|
|
@@ -13,6 +13,11 @@ def enqueue_output(out, queue):
|
|
13
13
|
for line in iter(out.readline, b''):
|
14
14
|
queue.put(line)
|
15
15
|
out.close()
|
16
|
+
|
17
|
+
def frozen_check():
|
18
|
+
while True:
|
19
|
+
print("NOT FROZEN")
|
20
|
+
time.sleep(5)
|
16
21
|
|
17
22
|
def run_process(stdout_queue, stderr_queue, results_queue, data, folder):
|
18
23
|
steps = data['steps']
|
@@ -50,6 +55,10 @@ def run_process(stdout_queue, stderr_queue, results_queue, data, folder):
|
|
50
55
|
stdour_thread.start()
|
51
56
|
stderr_thread.start()
|
52
57
|
|
58
|
+
frozen_check_thread = threading.Thread(target=frozen_check)
|
59
|
+
frozen_check_thread.daemon = True
|
60
|
+
frozen_check_thread.start()
|
61
|
+
|
53
62
|
options = {}
|
54
63
|
oh_strategy = {}
|
55
64
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mg-pso-gui-0.0.206 → mg-pso-gui-0.0.207}/mgpsogui/gui/SetupTab/CalibrationParametersView.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|