mg-pso-gui 0.2.49__py3-none-any.whl → 0.2.51__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.2.49
3
+ Version: 0.2.51
4
4
  Summary: GUI for MG-PSO
5
5
  Author: Robert Cordingly
6
6
  Author-email: <rcording@uw.ed>
@@ -21,7 +21,7 @@ mgpsogui/gui/SetupTab/ListParametersView.py,sha256=mkGaC5cXhEOy5oD0MbTyK9z7VGZp0
21
21
  mgpsogui/gui/SetupTab/OptimalParameterView.py,sha256=nliUEWA840cPBQt7wjiZ-L7uBOp_ozzJhyBkL08fJzI,1752
22
22
  mgpsogui/gui/SetupTab/OverrideParameterMetrics.py,sha256=rBfaSitYDOajbHvyi2TfoXAHYlz1cCt028UVpIJ_Dc0,3369
23
23
  mgpsogui/gui/SetupTab/OverrideParameterWindow.py,sha256=UpZDxTaFxee0BeviUYXeiIlMNYNy00qz3zlMlM5VcXE,1291
24
- mgpsogui/gui/SetupTab/SetupTab.py,sha256=40bPsyoxZVO72MRuh3vM394b6YIFqUh0uEIghbKfTGg,2806
24
+ mgpsogui/gui/SetupTab/SetupTab.py,sha256=7XUJW4r2n0-J4Mv6qk4B5yYqUaxaO5UB4ryYnOHQX4c,2800
25
25
  mgpsogui/gui/SetupTab/StepView.py,sha256=e3QhepeAfDJdhefsJvzyppRuMdVAFKEnbZLtrFIczU4,8936
26
26
  mgpsogui/gui/SetupTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  mgpsogui/gui/VisualizeTab/MatrixEditor.py,sha256=Gzyl2hRgjIfO5n0bCZZoXp_vOFvfsJPaGXDUMeRQg10,3171
@@ -69,8 +69,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
69
69
  mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
70
70
  mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
71
71
  mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
72
- mg_pso_gui-0.2.49.dist-info/METADATA,sha256=31-rPCUkZzsMSohjdGqC5EFc4l7_pY5lc3dLmIw3e-o,9455
73
- mg_pso_gui-0.2.49.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
74
- mg_pso_gui-0.2.49.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
75
- mg_pso_gui-0.2.49.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
76
- mg_pso_gui-0.2.49.dist-info/RECORD,,
72
+ mg_pso_gui-0.2.51.dist-info/METADATA,sha256=w1u0-SQxOl1v36QEizVbG9UgYPTIR3yAFVFn_eKouGw,9455
73
+ mg_pso_gui-0.2.51.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
74
+ mg_pso_gui-0.2.51.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
75
+ mg_pso_gui-0.2.51.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
76
+ mg_pso_gui-0.2.51.dist-info/RECORD,,
@@ -24,7 +24,7 @@ def create_tab(self, tab):
24
24
  tab.grid_rowconfigure(0, weight=1)
25
25
 
26
26
  self.paramtabview = customtkinter.CTkTabview(tab, bg_color="transparent", fg_color="transparent")
27
- self.paramtabview.grid(row=0, column=1, padx=(0, 0), pady=(10, 10), sticky="nsew")
27
+ self.paramtabview.grid(row=0, column=1, padx=(0, 0), pady=(0, 0), sticky="nsew")
28
28
 
29
29
  tab1 = "Model Parameters"
30
30
  tab2 = "Hyperparameters"
@@ -43,12 +43,12 @@ def create_tab(self, tab):
43
43
  #self.paramtabview.tab(tab3).grid_rowconfigure(0, weight=1)
44
44
 
45
45
  self.static_param_frame = pv.ParameterView(self.paramtabview.tab(tab1), option_manager=self.option_manager, list_name="model_parameters")
46
- self.static_param_frame.grid(row=0, column=0, padx=(10, 10), pady=(10, 0), sticky="nsew")
46
+ self.static_param_frame.grid(row=0, column=0, padx=(5, 10), pady=(10, 0), sticky="nsew")
47
47
  self.static_param_frame.grid_columnconfigure(0, weight=1)
48
48
  self.static_param_frame.grid_rowconfigure(0, weight=1)
49
49
 
50
50
  self.calib_param_frame = pv.ParameterView(self.paramtabview.tab(tab2), option_manager=self.option_manager, list_name="hyperparameters")
51
- self.calib_param_frame.grid(row=0, column=0, padx=(10, 10), pady=(10, 0), sticky="nsew")
51
+ self.calib_param_frame.grid(row=0, column=0, padx=(5, 10), pady=(10, 0), sticky="nsew")
52
52
  self.calib_param_frame.grid_columnconfigure(0, weight=1)
53
53
  self.calib_param_frame.grid_rowconfigure(0, weight=1)
54
54
 
@@ -58,7 +58,7 @@ def create_tab(self, tab):
58
58
  #self.optimal_param_frame.grid_rowconfigure(0, weight=1)
59
59
 
60
60
  self.steps_frame = sv.StepView(tab, label_text="Group Editor", option_manager=self.option_manager, home_page=self)
61
- self.steps_frame.grid(row=0, column=0, padx=(10, 10), pady=(-50, 0), sticky="nsew")
61
+ self.steps_frame.grid(row=0, column=0, padx=(10, 5), pady=(10, 0), sticky="nsew")
62
62
  self.steps_frame.grid_columnconfigure(0, weight=1)
63
63
  self.steps_frame.grid_rowconfigure(0, weight=1)
64
64