mg-pso-gui 0.2.113__py3-none-any.whl → 0.2.114__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mg_pso_gui-0.2.113.dist-info → mg_pso_gui-0.2.114.dist-info}/METADATA +1 -1
- {mg_pso_gui-0.2.113.dist-info → mg_pso_gui-0.2.114.dist-info}/RECORD +6 -6
- mgpsogui/gui/SetupTab/BoundsList.py +1 -3
- {mg_pso_gui-0.2.113.dist-info → mg_pso_gui-0.2.114.dist-info}/WHEEL +0 -0
- {mg_pso_gui-0.2.113.dist-info → mg_pso_gui-0.2.114.dist-info}/entry_points.txt +0 -0
- {mg_pso_gui-0.2.113.dist-info → mg_pso_gui-0.2.114.dist-info}/top_level.txt +0 -0
@@ -14,7 +14,7 @@ mgpsogui/gui/RunTab/OptimalParameterView.py,sha256=nliUEWA840cPBQt7wjiZ-L7uBOp_o
|
|
14
14
|
mgpsogui/gui/RunTab/RunTab.py,sha256=_JWzDx5LT_uISw0Vnv-W2ypIeuKgoWqBnvFnvrLhNQA,5917
|
15
15
|
mgpsogui/gui/RunTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
mgpsogui/gui/SetupTab/BoundsEditorWindow.py,sha256=U64oaiDIOaimjbqKMz5rQNq2o1SrQtrRHDdTYQ9ux1s,2870
|
17
|
-
mgpsogui/gui/SetupTab/BoundsList.py,sha256=
|
17
|
+
mgpsogui/gui/SetupTab/BoundsList.py,sha256=X4qtmRZR38byadUiOjJtjVM95jfsEI10VyWHAqb3GBE,15513
|
18
18
|
mgpsogui/gui/SetupTab/CustomFunctionEditorWindow.py,sha256=yx0dHSNa7fGy99Q6qFcI6j9r8p0DlV3iOBgyPMGd8pM,2884
|
19
19
|
mgpsogui/gui/SetupTab/CustomFunctionMetrics.py,sha256=vOJpElbTgz043m6JYwe9xz_2MBHg985S6KdbJkJERW4,5923
|
20
20
|
mgpsogui/gui/SetupTab/FunctionsList.py,sha256=6oFS8qKF3OCtxNi5aY5Rj_ovM9nv4-vh-oT_CbhVTj4,7043
|
@@ -73,8 +73,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
|
|
73
73
|
mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
|
74
74
|
mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
|
75
75
|
mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
|
76
|
-
mg_pso_gui-0.2.
|
77
|
-
mg_pso_gui-0.2.
|
78
|
-
mg_pso_gui-0.2.
|
79
|
-
mg_pso_gui-0.2.
|
80
|
-
mg_pso_gui-0.2.
|
76
|
+
mg_pso_gui-0.2.114.dist-info/METADATA,sha256=8duS-H3hsDzMehKsU0mMvIe1cwkruSS5xvM6BFNEG4w,9542
|
77
|
+
mg_pso_gui-0.2.114.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
78
|
+
mg_pso_gui-0.2.114.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
|
79
|
+
mg_pso_gui-0.2.114.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
|
80
|
+
mg_pso_gui-0.2.114.dist-info/RECORD,,
|
@@ -54,6 +54,7 @@ class BoundsList(CTkFrame):
|
|
54
54
|
self.tooltip_list = []
|
55
55
|
|
56
56
|
mode = self.option_manager.get_mode()
|
57
|
+
bounds = self.option_manager.get_steps()[self.step_index]["parameter_objects"]
|
57
58
|
|
58
59
|
# Load bound parameters depending on the mode
|
59
60
|
self.optParams = []
|
@@ -93,7 +94,6 @@ class BoundsList(CTkFrame):
|
|
93
94
|
|
94
95
|
show_strategy = False
|
95
96
|
|
96
|
-
|
97
97
|
if mode != "Sensitivity Analysis":
|
98
98
|
CTkLabel(self.containerFrame, text="Bounds:").grid(row=row, column=2, columnspan=2, padx=(5, 5), pady=(5, 5), sticky="nsew")
|
99
99
|
|
@@ -111,8 +111,6 @@ class BoundsList(CTkFrame):
|
|
111
111
|
CTkLabel(self.containerFrame, text="Strategy:").grid(row=row, column=5, padx=(5, 5), pady=(5, 5), sticky="nsew")
|
112
112
|
row += 1
|
113
113
|
|
114
|
-
bounds = self.option_manager.get_steps()[self.step_index]["parameter_objects"]
|
115
|
-
|
116
114
|
for bound in bounds:
|
117
115
|
tt1 = None
|
118
116
|
tt2 = None
|
File without changes
|
File without changes
|
File without changes
|