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.
- {mg_pso_gui-0.1.241.dist-info → mg_pso_gui-0.1.243.dist-info}/METADATA +1 -1
- {mg_pso_gui-0.1.241.dist-info → mg_pso_gui-0.1.243.dist-info}/RECORD +7 -7
- mgpsogui/gui/SetupTab/OverrideParameterMetrics.py +1 -1
- mgpsogui/gui/SetupTab/OverrideParameterWindow.py +0 -2
- {mg_pso_gui-0.1.241.dist-info → mg_pso_gui-0.1.243.dist-info}/WHEEL +0 -0
- {mg_pso_gui-0.1.241.dist-info → mg_pso_gui-0.1.243.dist-info}/entry_points.txt +0 -0
- {mg_pso_gui-0.1.241.dist-info → mg_pso_gui-0.1.243.dist-info}/top_level.txt +0 -0
@@ -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=
|
22
|
-
mgpsogui/gui/SetupTab/OverrideParameterWindow.py,sha256=
|
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.
|
68
|
-
mg_pso_gui-0.1.
|
69
|
-
mg_pso_gui-0.1.
|
70
|
-
mg_pso_gui-0.1.
|
71
|
-
mg_pso_gui-0.1.
|
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
|
|
File without changes
|
File without changes
|
File without changes
|