mg-pso-gui 0.1.231__py3-none-any.whl → 0.1.233__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.233
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=z4ME1ydUh6V4k-o4fgSC-I7rBexnDepZzduOx-nKrsw,10360
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.233.dist-info/METADATA,sha256=tMwhLIbtsaR3xaJQ8H5tXecMq9DbenFBw4ddutH0mLc,9456
66
+ mg_pso_gui-0.1.233.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
67
+ mg_pso_gui-0.1.233.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
68
+ mg_pso_gui-0.1.233.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
69
+ mg_pso_gui-0.1.233.dist-info/RECORD,,
@@ -89,13 +89,13 @@ class StepView(CTkScrollableFrame):
89
89
  files = [f for f in os.listdir(folder) if f.endswith('.csv')]
90
90
 
91
91
  if len(files) == 0:
92
- files = ["No CSV files found! Run sampling first"]
92
+ files = [" No CSV files found! Run sampling first! "]
93
93
 
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
 
@@ -135,7 +135,7 @@ class StepView(CTkScrollableFrame):
135
135
 
136
136
  row += 1
137
137
 
138
- if step['open'] or (self.mode == "Sampling: Halton" or self.mode == "Sampling: Random" or self.mode == "Sensitivity: Halton" or self.mode == "Sensitivity: Random"):
138
+ if step['open'] or (self.mode == "Sampling: Halton" or self.mode == "Sampling: Random" or self.mode == "Sensitivity Analysis"):
139
139
  bounds = BoundsList.BoundsList(
140
140
  self.containerFrame, option_manager=self.option_manager, step_index=index)
141
141
  bounds.grid(row=row, column=0, padx=(10, 10),