Commit 9697a85
committed
fixes for importing easily
1 parent bd72165 commit 9697a85
File tree
3 files changed
+6
-2
lines changed- SU2_PY
- TestCases
- externals
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
- README.md+1-1
- __init__.py+18-18
- documentation.py+1-1
- drivers/__init__.py+3-3
- drivers/base_driver.py+1-1
- drivers/constrained_optim_driver.py+2-2
- drivers/exterior_penalty.py+2-2
- drivers/ipopt_driver.py+2-2
- drivers/parallel_eval_driver.py+2-2
- drivers/scipy_driver.py+2-2
- evaluation.py+1-1
- examples/ipopt/rosenbrock.py+5-5
- examples/rosenbrock/example.py+5-5
- function.py+1-1
- optimizers/__init__.py+2-2
- optimizers/fletcher_reeves.py+2-2
- optimizers/line_searches.py+1-1
- tools/__init__.py+2-2
- tools/file_parser.py+1-1
- tools/variable_transformation.py+1-1
- variable.py+1-1
0 commit comments