mg-pso-gui 0.1.231__py3-none-any.whl → 0.1.232__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.231
3
+ Version: 0.1.232
4
4
  Summary: GUI for MG-PSO
5
5
  Author: Robert Cordingly
6
6
  Author-email: <rcording@uw.ed>
@@ -19,7 +19,7 @@ mgpsogui/gui/SetupTab/ListParametersView.py,sha256=wYcDcaooYkw-y7XW6dJUwhTWxLuUU
19
19
  mgpsogui/gui/SetupTab/OptimalParameterView.py,sha256=VKn-4BlVyqspFIOkbWsM0q9pYVsmqnSND0xP2hDKb60,1785
20
20
  mgpsogui/gui/SetupTab/SetupTab.py,sha256=NmCPb9tGVJmUy1HG3G26y5RibtVZNeN9XFyomVnageQ,2792
21
21
  mgpsogui/gui/SetupTab/StaticParameterView.py,sha256=iEG-UpBBlAJabZo3MG768oLqOROjUPc23tKOSd47IUc,2739
22
- mgpsogui/gui/SetupTab/StepView.py,sha256=tsqiuIfzBBZVyRtzlRAjQsoFVwPBAqb63IxBq1KgltY,10380
22
+ mgpsogui/gui/SetupTab/StepView.py,sha256=FF7wBjFXFqOqDts5zOcO3DsnreAUSox_Hj5yVjW0RRM,10383
23
23
  mgpsogui/gui/SetupTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  mgpsogui/gui/VisualizeTab/MatrixEditor.py,sha256=JPQmfljdddIwHtTKpFqUdk7hRzVdX-IKl4neOk3DsjM,3132
25
25
  mgpsogui/gui/VisualizeTab/SideBar.py,sha256=MtZfDScNFN0fQ8DyPm6bZGJSrFRgT14fZeUq-qc61O8,21936
@@ -62,8 +62,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
62
62
  mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
63
63
  mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
64
64
  mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
65
- mg_pso_gui-0.1.231.dist-info/METADATA,sha256=PPzCs6yYmxvEWHYMwWsCBTE3um0_-SNN5t-526ogkQ8,9456
66
- mg_pso_gui-0.1.231.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
67
- mg_pso_gui-0.1.231.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
68
- mg_pso_gui-0.1.231.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
69
- mg_pso_gui-0.1.231.dist-info/RECORD,,
65
+ mg_pso_gui-0.1.232.dist-info/METADATA,sha256=ZtaClsY9UstKxYtRrWFyHhYNcV079XN4jfD2gZUh5JM,9456
66
+ mg_pso_gui-0.1.232.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
67
+ mg_pso_gui-0.1.232.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
68
+ mg_pso_gui-0.1.232.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
69
+ mg_pso_gui-0.1.232.dist-info/RECORD,,
@@ -94,8 +94,8 @@ class StepView(CTkScrollableFrame):
94
94
  header_padding_x = (5, 5)
95
95
  header_padding_y = (10, 10)
96
96
 
97
- self.file_selector_frame = CTkFrame(self.containerFrame, width=140, corner_radius=0)
98
- self.file_selector_frame.grid(row=0, column=0, sticky="nsew")
97
+ self.file_selector_frame = CTkFrame(self.containerFrame, corner_radius=0)
98
+ self.file_selector_frame.grid(row=0, column=0, sticky="nsew", columnspan=2)
99
99
  self.logo_label = CTkLabel(self.file_selector_frame, text="Select File:")
100
100
  self.logo_label.grid(row=0, column=0, padx=(20, 10), pady=header_padding_y)
101
101