Skip to content

Commit

Permalink
Merge pull request #574 from EOMYS-Public/VarOpti
Browse files Browse the repository at this point in the history
Reworking of the Optimization feature: Introducing VarOpti
  • Loading branch information
BonneelP authored Jan 3, 2023
2 parents c5a0dfe + 2fefa12 commit 614ade4
Show file tree
Hide file tree
Showing 59 changed files with 5,373 additions and 17,480 deletions.
3 changes: 1 addition & 2 deletions Exe_gen/pyleecan.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ block_cipher = None
a = Analysis([SPECPATH + '/pyleecan/run_GUI.py'],
pathex=[SPECPATH],
binaries=[],
datas=[(SPECPATH + '\\Exenv\\Lib\\site-packages\\quadpy', '.\\quadpy'),
(SPECPATH + '\\Exenv\\Lib\\site-packages\\pyvista','.\\pyvista'),
datas=[(SPECPATH + '\\Exenv\\Lib\\site-packages\\pyvista','.\\pyvista'),
(SPECPATH + '\\Exenv\\Lib\\site-packages\\scipy','.\\scipy'),
(SPECPATH + '\\Exenv\\Lib\\site-packages\\scipy.libs','.\\scipy.libs'),
(SPECPATH + '\\Exenv\\Lib\\site-packages\\matplotlib','.\\matplotlib'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@
"postproc_list": [],
"struct": null,
"var_simu": {
"__class__": "VarParam",
"__class__": "VarParamSweep",
"datakeeper_list": [
{
"__class__": "DataKeeper",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@
"postproc_list": [],
"struct": null,
"var_simu": {
"__class__": "VarParam",
"__class__": "VarParamSweep",
"datakeeper_list": [
{
"__class__": "DataKeeper",
Expand Down
Loading

0 comments on commit 614ade4

Please sign in to comment.