mg-pso-gui 0.1.241__py3-none-any.whl → 0.1.243__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.241
3
+ Version: 0.1.243
4
4
  Summary: GUI for MG-PSO
5
5
  Author: Robert Cordingly
6
6
  Author-email: <rcording@uw.ed>
@@ -18,8 +18,8 @@ mgpsogui/gui/SetupTab/FunctionsList.py,sha256=cMBv87GeRACiJ1DPxFrPvZJOZ3fK6FUVAe
18
18
  mgpsogui/gui/SetupTab/ListEditor.py,sha256=vlP0KDPu8J1_6KXuUTlE7OClgfF0Qk6cISsFm_SglUw,3232
19
19
  mgpsogui/gui/SetupTab/ListParametersView.py,sha256=wYcDcaooYkw-y7XW6dJUwhTWxLuUUOK5tGUFVHBf3ck,7352
20
20
  mgpsogui/gui/SetupTab/OptimalParameterView.py,sha256=H92S6ioJI2iTjFBspEzyDxluagCEgfFSW5AkqQFO-l8,1738
21
- mgpsogui/gui/SetupTab/OverrideParameterMetrics.py,sha256=Wf8zTLTm2XnKKp7O0l60HOle0cJK5YEiR98DtJyfhIo,3078
22
- mgpsogui/gui/SetupTab/OverrideParameterWindow.py,sha256=qt3bHKBu-YYedvxx_BfQqZBiFvkSM85n_J1Qke-bq4w,1374
21
+ mgpsogui/gui/SetupTab/OverrideParameterMetrics.py,sha256=C2Ae-6DuZiHPQG_HJ-fFuG16eBFjXKMpgeCgn-55IsQ,3087
22
+ mgpsogui/gui/SetupTab/OverrideParameterWindow.py,sha256=UpZDxTaFxee0BeviUYXeiIlMNYNy00qz3zlMlM5VcXE,1291
23
23
  mgpsogui/gui/SetupTab/SetupTab.py,sha256=hbEUU1QYjEyLsLEOFTMLLiTK_7X6NFsXhmdYwnx2q5g,2812
24
24
  mgpsogui/gui/SetupTab/StaticParameterView.py,sha256=iEG-UpBBlAJabZo3MG768oLqOROjUPc23tKOSd47IUc,2739
25
25
  mgpsogui/gui/SetupTab/StepView.py,sha256=wBWKOjGoc_CRqBjC_bXN2aq7gMg-tY0a-W5vldQWYmA,9049
@@ -64,8 +64,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
64
64
  mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
65
65
  mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
66
66
  mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
67
- mg_pso_gui-0.1.241.dist-info/METADATA,sha256=2_vJxpZwTUMkrdKm2ph9eermihk2LOrK_Z8hUJNPrcg,9456
68
- mg_pso_gui-0.1.241.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
69
- mg_pso_gui-0.1.241.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
70
- mg_pso_gui-0.1.241.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
71
- mg_pso_gui-0.1.241.dist-info/RECORD,,
67
+ mg_pso_gui-0.1.243.dist-info/METADATA,sha256=J-cm_hRX2vtpc8VKCrudSTmKpzUrWwCOOD1AaYC3jD4,9456
68
+ mg_pso_gui-0.1.243.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
69
+ mg_pso_gui-0.1.243.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
70
+ mg_pso_gui-0.1.243.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
71
+ mg_pso_gui-0.1.243.dist-info/RECORD,,
@@ -34,7 +34,7 @@ class OverrideParameterMetrics(CTkScrollableFrame):
34
34
  self.edit_mode = not self.edit_mode
35
35
  self.render()
36
36
 
37
- def add_key(self, key="", value=""):
37
+ def add_key(self, key="name", value="value"):
38
38
  self.option_manager.add_override(self.step_index, key, value)
39
39
 
40
40
  def remove_key(self, index):
@@ -14,7 +14,6 @@ class OverrideParameterWindow(CTkInputDialog):
14
14
 
15
15
  def __init__(self, *args,
16
16
  step_index: 0,
17
- function_index: 0,
18
17
  option_manager: None,
19
18
  **kwargs):
20
19
  super().__init__(*args, **kwargs)
@@ -22,7 +21,6 @@ class OverrideParameterWindow(CTkInputDialog):
22
21
  self.geometry("400x800")
23
22
 
24
23
  self.step_index = step_index
25
- self.function_index = function_index
26
24
  self.option_manager = option_manager
27
25
  self.bounds = None
28
26