mg-pso-gui 0.1.235__py3-none-any.whl → 0.1.237__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.235
3
+ Version: 0.1.237
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=iRmxrr8UC8PDemTZUd0AUZrgpT5GjQLIKgzRYe8eIoc,11558
22
+ mgpsogui/gui/SetupTab/StepView.py,sha256=fWzKw4B0HT-d81FlWVN98oHD7gaAos4bON7OjftEUHo,11593
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.235.dist-info/METADATA,sha256=UPlCXaCcaUw1B0uU1kbpw7uZU0LefS8QnqJVtx2VGrE,9456
66
- mg_pso_gui-0.1.235.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
67
- mg_pso_gui-0.1.235.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
68
- mg_pso_gui-0.1.235.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
69
- mg_pso_gui-0.1.235.dist-info/RECORD,,
65
+ mg_pso_gui-0.1.237.dist-info/METADATA,sha256=-zn5-a8zXHUIqOSTpL_FPN1tTEtOpvBzcbIbJvfV-Y0,9456
66
+ mg_pso_gui-0.1.237.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
67
+ mg_pso_gui-0.1.237.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
68
+ mg_pso_gui-0.1.237.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
69
+ mg_pso_gui-0.1.237.dist-info/RECORD,,
@@ -24,6 +24,7 @@ class StepView(CTkScrollableFrame):
24
24
  self.option_manager = option_manager
25
25
  self.analysisFrame = None
26
26
  self.containerFrame = None
27
+ self.home_page = home_page
27
28
 
28
29
  self.render()
29
30
 
@@ -119,10 +120,10 @@ class StepView(CTkScrollableFrame):
119
120
  self.sampling_method.grid(row=0, column=1, padx=(10, 10), pady=header_padding_y)
120
121
 
121
122
  self.logo_label2 = CTkLabel(self.file_selector_frame, text="Output:")
122
- self.logo_label2.grid(row=0, column=0, padx=(20, 10), pady=header_padding_y)
123
+ self.logo_label2.grid(row=0, column=2, padx=(20, 10), pady=header_padding_y)
123
124
 
124
125
  self.output_method = CTkOptionMenu(self.file_selector_frame, values=["Replace", "Append"], width=50, variable=self.home_page.sampling_output)
125
- self.output_method.grid(row=0, column=1, padx=(10, 10), pady=header_padding_y)
126
+ self.output_method.grid(row=0, column=3, padx=(10, 10), pady=header_padding_y)
126
127
 
127
128
  row += 1
128
129