-
Installation on my Windows 7 laptop with Python 3.7.3 gives :
(base) D:\rlafage>pip install git+https://github.com/fast-aircraft-design/FAST-OAD.git@latest
Collecting git+https://github.com/fast-a…
-
Using COBYLA with the ref argument set or scaling in the objective causes optimization to fail:
```
from openmdao.api import Problem, ScipyOptimizeDriver, ExecComp, IndepVarComp
# We'll use the c…
-
The code (especially the tests and the airfoil data) contain a lot of references to a Python package called "openbemt". After an hour of googling, I was unable to find any information about that packa…
-
Salut,
je réalise que le test de `build_ivc_of_variables` construit systématiquement un `Problem`, puis fait le `.setup()` avant d'en retirer le `.model` pour le donner en paramètre.
https://gith…
-
Hello,
I built and ran the SIMP default example (Ubuntu 18.04, Python 2.7), but RuntimeError occured, it seems the function (compute_K_SIMP in pyBind) produced some same values at repeated rows/cols …
-
Ubuntu 12.10 x64. Whan does it mean?
```
Traceback (most recent call last):
File "get_pulse.py", line 125, in
App = getPulseApp()
File "get_pulse.py", line 17, in __init__
self.camera = …
-
The method Trajectory.link_phases() fails to enforce the required constraints to guarantee continuity in the variables specified with the ``vars`` argument.
As a result, the problem is solved as if t…
-
Does testflo support MPI testing where the assertion is only performed on one processor? Consider the following code:
```
from mpi4py import MPI
import unittest
class MyMPI_TestCase(unittest.TestC…
ewu63 updated
5 years ago
-
I earlier wrote in ccblade running error in this [post](https://github.com/WISDEM/CCBlade/issues/11). I received the following error from CCblade:
`ModuleNotFoundError: No module named '_bem'`
Aft…
-
```from __future__ import absolute_import, division, print_function
import unittest
from openmdao.api import Problem, Group, pyOptSparseDriver, DirectSolver
from openmdao.utils.assert_utils imp…