mg-pso-gui 0.2.9__py3-none-any.whl → 0.2.10__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.2.9.dist-info → mg_pso_gui-0.2.10.dist-info}/METADATA +1 -1
- {mg_pso_gui-0.2.9.dist-info → mg_pso_gui-0.2.10.dist-info}/RECORD +7 -7
- mgpsogui/gui/General/ParameterView.py +1 -0
- mgpsogui/gui/OptionManager.py +0 -2
- {mg_pso_gui-0.2.9.dist-info → mg_pso_gui-0.2.10.dist-info}/WHEEL +0 -0
- {mg_pso_gui-0.2.9.dist-info → mg_pso_gui-0.2.10.dist-info}/entry_points.txt +0 -0
- {mg_pso_gui-0.2.9.dist-info → mg_pso_gui-0.2.10.dist-info}/top_level.txt +0 -0
@@ -2,10 +2,10 @@ mgpsogui/__init__.py,sha256=q7AfBjeJABnFtbsZnsObpUwaXKPDVYtz46G6MKXLF74,42
|
|
2
2
|
mgpsogui/mgpsogui.py,sha256=NIZmyNcbwC8EgSwf1ubdMUSJscrIEgoD4jLYziqHQ-k,148
|
3
3
|
mgpsogui/start.yaml,sha256=ZjCVLb-MLqAxrGRm9kA7_SDpa-45EuKIELNQ2QqCAiU,4713
|
4
4
|
mgpsogui/gui/HomePage.py,sha256=B0uwmD49aiqRZ-hyzv5ZhceG3ymWzFS2CoGsiOuMeX0,21593
|
5
|
-
mgpsogui/gui/OptionManager.py,sha256=
|
5
|
+
mgpsogui/gui/OptionManager.py,sha256=Ug_7HQNiJHuEP-QDkPcRpV8UHmKHcPHnz5StVg4FZG8,20179
|
6
6
|
mgpsogui/gui/OptionManager_backup.py,sha256=TCWfPnHL2foN5id47jsi267lamRG6yGU6y_M29eOOJk,18530
|
7
7
|
mgpsogui/gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
|
-
mgpsogui/gui/General/ParameterView.py,sha256=
|
8
|
+
mgpsogui/gui/General/ParameterView.py,sha256=G0UW84dsL9O3uOth6SviC1hSoar4vDeq_kyefEuD284,5082
|
9
9
|
mgpsogui/gui/General/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
mgpsogui/gui/PlatformTab/PlatformTab.py,sha256=XVaXjNoH1MBI-587CWigLIT3LGT00yzEAEnXNkzCLrk,10947
|
11
11
|
mgpsogui/gui/PlatformTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -68,8 +68,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
|
|
68
68
|
mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
|
69
69
|
mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
|
70
70
|
mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
|
71
|
-
mg_pso_gui-0.2.
|
72
|
-
mg_pso_gui-0.2.
|
73
|
-
mg_pso_gui-0.2.
|
74
|
-
mg_pso_gui-0.2.
|
75
|
-
mg_pso_gui-0.2.
|
71
|
+
mg_pso_gui-0.2.10.dist-info/METADATA,sha256=8gmTw4Rw6GiUvxfLgyNpErSVsX_ejKJ_de_y6aYZX-g,9455
|
72
|
+
mg_pso_gui-0.2.10.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
73
|
+
mg_pso_gui-0.2.10.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
|
74
|
+
mg_pso_gui-0.2.10.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
|
75
|
+
mg_pso_gui-0.2.10.dist-info/RECORD,,
|
mgpsogui/gui/OptionManager.py
CHANGED
@@ -232,8 +232,6 @@ class OptionManager():
|
|
232
232
|
obj["data"][0].set("")
|
233
233
|
obj["data"][1].set("")
|
234
234
|
obj["custom_function"].set("")
|
235
|
-
obj["custom_function_goal"].set("")
|
236
|
-
obj["custom_function_value"].set("")
|
237
235
|
|
238
236
|
self._data[self._mode_sv.get()]["steps"][step_index]["objective_functions"].append(obj)
|
239
237
|
|
File without changes
|
File without changes
|
File without changes
|