mg-pso-gui 0.1.190__py3-none-any.whl → 0.1.192__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.1.190.dist-info → mg_pso_gui-0.1.192.dist-info}/METADATA +1 -1
- {mg_pso_gui-0.1.190.dist-info → mg_pso_gui-0.1.192.dist-info}/RECORD +7 -7
- mgpsogui/gui/SetupTab/StepView.py +2 -2
- mgpsogui/gui/VisualizeTab/MatrixEditor.py +8 -8
- {mg_pso_gui-0.1.190.dist-info → mg_pso_gui-0.1.192.dist-info}/WHEEL +0 -0
- {mg_pso_gui-0.1.190.dist-info → mg_pso_gui-0.1.192.dist-info}/entry_points.txt +0 -0
- {mg_pso_gui-0.1.190.dist-info → mg_pso_gui-0.1.192.dist-info}/top_level.txt +0 -0
@@ -16,9 +16,9 @@ mgpsogui/gui/SetupTab/ListParametersView.py,sha256=wYcDcaooYkw-y7XW6dJUwhTWxLuUU
|
|
16
16
|
mgpsogui/gui/SetupTab/OptimalParameterView.py,sha256=VKn-4BlVyqspFIOkbWsM0q9pYVsmqnSND0xP2hDKb60,1785
|
17
17
|
mgpsogui/gui/SetupTab/SetupTab.py,sha256=_cehQwQhDbX92da_AwqYQ2mQo7sFDGkN1IsYQmctK5o,2776
|
18
18
|
mgpsogui/gui/SetupTab/StaticParameterView.py,sha256=iEG-UpBBlAJabZo3MG768oLqOROjUPc23tKOSd47IUc,2739
|
19
|
-
mgpsogui/gui/SetupTab/StepView.py,sha256=
|
19
|
+
mgpsogui/gui/SetupTab/StepView.py,sha256=YT-OrTWAH3RgNGSKNCJGMoFChBdFfjDbZbAZIdpzYds,6744
|
20
20
|
mgpsogui/gui/SetupTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
|
-
mgpsogui/gui/VisualizeTab/MatrixEditor.py,sha256=
|
21
|
+
mgpsogui/gui/VisualizeTab/MatrixEditor.py,sha256=hhvzU4r3tZGH0o2xK2QqZvsHkrY0P_kww7zuq54yzQ0,3282
|
22
22
|
mgpsogui/gui/VisualizeTab/SideBar.py,sha256=o-6vdHNZMNsdG7zC-B14hLZXbqNKhT_9q_kYg2ZSUbk,21947
|
23
23
|
mgpsogui/gui/VisualizeTab/VisualizeTab.py,sha256=_SiRDUvYJ7VUmMZ_VzylWP2tFygbLzWeUCGW3TU3yZM,3466
|
24
24
|
mgpsogui/gui/VisualizeTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -59,8 +59,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
|
|
59
59
|
mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
|
60
60
|
mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
|
61
61
|
mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
|
62
|
-
mg_pso_gui-0.1.
|
63
|
-
mg_pso_gui-0.1.
|
64
|
-
mg_pso_gui-0.1.
|
65
|
-
mg_pso_gui-0.1.
|
66
|
-
mg_pso_gui-0.1.
|
62
|
+
mg_pso_gui-0.1.192.dist-info/METADATA,sha256=n2odDAefO-Y81jTrhQasyDBGKF_yNugsN2lLtIapoc8,9456
|
63
|
+
mg_pso_gui-0.1.192.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
64
|
+
mg_pso_gui-0.1.192.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
|
65
|
+
mg_pso_gui-0.1.192.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
|
66
|
+
mg_pso_gui-0.1.192.dist-info/RECORD,,
|
@@ -105,7 +105,7 @@ class StepView(CTkScrollableFrame):
|
|
105
105
|
|
106
106
|
row += 1
|
107
107
|
|
108
|
-
if step['open'] or (self.mode == "Sampling: Halton" or self.mode == "Sampling: Random"):
|
108
|
+
if step['open'] or (self.mode == "Sampling: Halton" or self.mode == "Sampling: Random" or self.mode == "Sensitivity Analysis"):
|
109
109
|
bounds = BoundsList.BoundsList(
|
110
110
|
self.containerFrame, option_manager=self.option_manager, step_index=index)
|
111
111
|
bounds.grid(row=row, column=0, padx=(10, 10),
|
@@ -131,7 +131,7 @@ class StepView(CTkScrollableFrame):
|
|
131
131
|
CTkButton(self.containerFrame, text="Add Group", command=self.create_new_step).grid(
|
132
132
|
row=row, columnspan=2, column=0, padx=(10, 10), pady=(10, 10), sticky="ew")
|
133
133
|
|
134
|
-
if (self.mode == "Sensitivity Analysis"):
|
134
|
+
if (self.mode == "Sampling: Halton" or self.mode == "Sampling: Random" or self.mode == "Sensitivity Analysis"):
|
135
135
|
self.analysisFrame = CTkFrame(self)
|
136
136
|
self.analysisFrame.grid(row=2, column=0, columnspan=2, padx=(10, 10), pady=(10, 10), sticky="nsew")
|
137
137
|
self.analysisFrame.grid_columnconfigure((0, 1, 2), weight=1)
|
@@ -39,22 +39,22 @@ class MatrixEditor(CTkFrame):
|
|
39
39
|
row = 0
|
40
40
|
index = 0
|
41
41
|
|
42
|
-
self.containerFrame = CTkFrame(self
|
43
|
-
self.containerFrame.grid(row=0, column=0, padx=(0, 0), pady=(0, 0), sticky="
|
42
|
+
self.containerFrame = CTkFrame(self)
|
43
|
+
self.containerFrame.grid(row=0, column=0, padx=(0, 0), pady=(0, 0), sticky="new")
|
44
44
|
self.containerFrame.grid_columnconfigure((0, 1), weight=1)
|
45
45
|
|
46
|
-
CTkLabel(self.containerFrame, text="X Axes:").grid(row=row, column=0, columnspan=2, padx=5, pady=5, sticky="")
|
46
|
+
CTkLabel(self.containerFrame, text="X Axes:").grid(row=row, column=0, columnspan=2, padx=5, pady=5, sticky="ew")
|
47
47
|
row += 1
|
48
48
|
|
49
49
|
for key_value_pair in self.key_values:
|
50
50
|
#CTkLabel(self.containerFrame, text=self.key_values[index]["name"].get()).grid(row=row, column=0, padx=5, pady=5, sticky="")
|
51
51
|
|
52
52
|
if self.edit_mode:
|
53
|
-
bb = CTkOptionMenu(self.containerFrame, values=self.columns,
|
53
|
+
bb = CTkOptionMenu(self.containerFrame, values=self.columns, variable=self.key_values[index]["value"], command=self.home_page.update_graph)
|
54
54
|
bb.grid(row=row, column=0, padx=(5, 5), pady=(5, 5), sticky="ew")
|
55
55
|
|
56
56
|
return_func = lambda index=index: (self.clear(), self.option_manager.remove_figure_parameter(index), self.home_page.update_graph(0), self.render())
|
57
|
-
CTkButton(self.containerFrame, text="Remove",
|
57
|
+
CTkButton(self.containerFrame, text="Remove", command=return_func).grid(row=row, column=1, padx=(5, 5), pady=(5, 5), sticky="ew")
|
58
58
|
else:
|
59
59
|
bb = CTkOptionMenu(self.containerFrame, values=self.columns, variable=self.key_values[index]["value"], command=self.home_page.update_graph)
|
60
60
|
bb.grid(row=row, column=0, columnspan=2, padx=(5, 5), pady=(5, 5), sticky="ew")
|
@@ -62,9 +62,9 @@ class MatrixEditor(CTkFrame):
|
|
62
62
|
index += 1
|
63
63
|
|
64
64
|
if self.edit_mode:
|
65
|
-
CTkButton(self.containerFrame, text="Exit", width=
|
65
|
+
CTkButton(self.containerFrame, text="Exit", width=100, command=self.toggle_edit_mode).grid(row=row, column=0, padx=(5, 5), pady=(5, 5), sticky="ew")
|
66
66
|
else:
|
67
|
-
CTkButton(self.containerFrame, text="Edit", width=
|
67
|
+
CTkButton(self.containerFrame, text="Edit", width=100, command=self.toggle_edit_mode).grid(row=row, column=0, padx=(5, 5), pady=(5, 5), sticky="ew")
|
68
68
|
|
69
69
|
add_key_func = lambda: (self.clear(), self.option_manager.add_figure_param("Fig " + str(len(self.key_values)) , self.columns[2]), self.home_page.update_graph(0), self.render())
|
70
|
-
CTkButton(self.containerFrame, text="Add Figure", width=
|
70
|
+
CTkButton(self.containerFrame, text="Add Figure", width=100, command=add_key_func).grid(row=row, column=1, padx=(5, 5), pady=(5, 5), sticky="ew")
|
File without changes
|
File without changes
|
File without changes
|