mg-pso-gui 0.1.194__py3-none-any.whl → 0.1.195__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mg-pso-gui
3
- Version: 0.1.194
3
+ Version: 0.1.195
4
4
  Summary: GUI for MG-PSO
5
5
  Author: Robert Cordingly
6
6
  Author-email: <rcording@uw.ed>
@@ -17,10 +17,10 @@ mgpsogui/gui/SetupTab/ListParametersView.py,sha256=wYcDcaooYkw-y7XW6dJUwhTWxLuUU
17
17
  mgpsogui/gui/SetupTab/OptimalParameterView.py,sha256=VKn-4BlVyqspFIOkbWsM0q9pYVsmqnSND0xP2hDKb60,1785
18
18
  mgpsogui/gui/SetupTab/SetupTab.py,sha256=_cehQwQhDbX92da_AwqYQ2mQo7sFDGkN1IsYQmctK5o,2776
19
19
  mgpsogui/gui/SetupTab/StaticParameterView.py,sha256=iEG-UpBBlAJabZo3MG768oLqOROjUPc23tKOSd47IUc,2739
20
- mgpsogui/gui/SetupTab/StepView.py,sha256=rLanCWtCjmEW-mdxPgABMQrbcBcl_heDhq1sim1DR9A,9070
20
+ mgpsogui/gui/SetupTab/StepView.py,sha256=CQpL4sbf_ZGYKsopm8rtQFpvh3x6PBF6DE9hMuOORyY,9037
21
21
  mgpsogui/gui/SetupTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  mgpsogui/gui/VisualizeTab/MatrixEditor.py,sha256=JPQmfljdddIwHtTKpFqUdk7hRzVdX-IKl4neOk3DsjM,3132
23
- mgpsogui/gui/VisualizeTab/SideBar.py,sha256=o-6vdHNZMNsdG7zC-B14hLZXbqNKhT_9q_kYg2ZSUbk,21947
23
+ mgpsogui/gui/VisualizeTab/SideBar.py,sha256=MtZfDScNFN0fQ8DyPm6bZGJSrFRgT14fZeUq-qc61O8,21936
24
24
  mgpsogui/gui/VisualizeTab/VisualizeTab.py,sha256=_SiRDUvYJ7VUmMZ_VzylWP2tFygbLzWeUCGW3TU3yZM,3466
25
25
  mgpsogui/gui/VisualizeTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
26
  mgpsogui/gui/images/IGOW 4 Logo.png,sha256=JixNXz5gOEj898VF-_PHthAlGU-6W-y9ucb4EVNPtjs,433752
@@ -60,8 +60,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
60
60
  mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
61
61
  mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
62
62
  mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
63
- mg_pso_gui-0.1.194.dist-info/METADATA,sha256=-IXQ0tjrLwWrQ5vPAImr9clf8WD6crvMFkqyY9H6Bx0,9456
64
- mg_pso_gui-0.1.194.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
65
- mg_pso_gui-0.1.194.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
66
- mg_pso_gui-0.1.194.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
67
- mg_pso_gui-0.1.194.dist-info/RECORD,,
63
+ mg_pso_gui-0.1.195.dist-info/METADATA,sha256=4OG4XPn2tvl8ZqSXqVrjv2V6ZMhhc3ZstTiUaU8ZXa4,9456
64
+ mg_pso_gui-0.1.195.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
65
+ mg_pso_gui-0.1.195.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
66
+ mg_pso_gui-0.1.195.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
67
+ mg_pso_gui-0.1.195.dist-info/RECORD,,
@@ -145,7 +145,7 @@ class StepView(CTkScrollableFrame):
145
145
  parameter_name="sensitivity_parameters",
146
146
  parameter_remove_func=self.option_manager.remove_sensitivity_parameter,
147
147
  parameter_add_func=self.option_manager.add_sensitivity_param)
148
- self.params_editor.grid(row=0, rowspan=0, column=0, padx=(10, 10), pady=(10, 0), sticky="nsew")
148
+ self.params_editor.grid(row=0, column=0, padx=(10, 10), pady=(10, 0), sticky="nsew")
149
149
  self.params_editor.grid_columnconfigure(0, weight=1)
150
150
  self.params_editor.grid_rowconfigure(0, weight=1)
151
151
 
@@ -156,7 +156,7 @@ class StepView(CTkScrollableFrame):
156
156
  parameter_name="sensitivity_positiveBestMetrics",
157
157
  parameter_remove_func=self.option_manager.remove_sensitivity_positiveBestMetrics,
158
158
  parameter_add_func=self.option_manager.add_sensitivity_positiveBestMetrics)
159
- self.positive_editor.grid(row=0, rowspan=0, column=1, padx=(10, 10), pady=(10, 0), sticky="nsew")
159
+ self.positive_editor.grid(row=0, column=1, padx=(10, 10), pady=(10, 0), sticky="nsew")
160
160
  self.positive_editor.grid_columnconfigure(0, weight=1)
161
161
  self.positive_editor.grid_rowconfigure(0, weight=1)
162
162
 
@@ -166,6 +166,6 @@ class StepView(CTkScrollableFrame):
166
166
  parameter_name="sensitivity_negativeBestMetrics",
167
167
  parameter_remove_func=self.option_manager.add_sensitivity_negativeBestMetrics,
168
168
  parameter_add_func=self.option_manager.remove_sensitivity_negativeBestMetrics)
169
- self.negative_editor.grid(row=0, rowspan=0, column=2, padx=(10, 10), pady=(10, 0), sticky="nsew")
169
+ self.negative_editor.grid(row=0, column=2, padx=(10, 10), pady=(10, 0), sticky="nsew")
170
170
  self.negative_editor.grid_columnconfigure(0, weight=1)
171
171
  self.negative_editor.grid_rowconfigure(0, weight=1)
@@ -327,7 +327,7 @@ class SideBar(CTkScrollableFrame):
327
327
  self.home_page.csv_x_selector.set(columns[1])
328
328
 
329
329
  self.matrix_editor = me.MatrixEditor(self.containerFrame, width=280, option_manager=self.option_manager, home_page=self.home_page, columns=columns)
330
- self.matrix_editor.grid(row=6, rowspan=3, column=0, padx=(10, 10), pady=(10, 0), sticky="nsew")
330
+ self.matrix_editor.grid(row=6, column=0, padx=(10, 10), pady=(10, 0), sticky="nsew")
331
331
  self.matrix_editor.grid_columnconfigure(0, weight=1)
332
332
  self.matrix_editor.grid_rowconfigure(0, weight=1)
333
333