Eytan Adler

Results 9 issues of Eytan Adler

### Description It is possible for bounds to be violated even after bound enforcement due to floating point precision limitations. An explanation of an example case: 1. A model has...

bug

## Purpose Failed solutions in the MPhys wrapper currently all use the same `baseName`. If you are doing multipoint and have separate analyses whose solutions fail, they will overwrite each...

## Purpose Fix the GitHub Actions failures on the MacOS builds when setting up Python. SciPy 1.6.0 wasn't working on the ARM Mac builds, so I've bumped the minimum SciPy...

## Description The `takeoff|h` parameter does set the takeoff and landing altitudes for the `BasicMission` and `MissionWithReserve` (though the ground roll in the `BasicMission` uses its own `fltcond|h` value). However,...

## Description OpenMDAO v3.31 changes the `om.Group` `_setup_procs` method function signature from `_setup_procs(pathname, comm, mode, prob_meta)` to `_setup_procs(pathname, comm, prob_meta)` . This breaks the four instances of `_setup_procs` in openconcept/mission/mission_groups.py....

## Description The N2 diagrams in the OpenConcept documentation are broken. For example, the one in the minimal example tutorial looks like this:

### Summary The existing `KSComp` has no option to compute the minimum of the input array, rather than the maximum. It does include the `lower_flag` option, but that returns the...

## Purpose The MPhys component for pygeo supports only reverse mode derivatives and otherwise gives zero derivatives. However, no warning or error is thrown. This PR adds a `RuntimeError` if...

### Proposed feature. The current `_refine_iter` implementation (in dymos/grid_refinement/refinement.py) will continue refining even if the optimization fails to converge. I could see this being desirable in some cases, but there...