swryan

Results 12 issues of swryan

### Summary Update the `Install pyOptSparse` step in the Dymos Tests & Docs workflows: - use the new python-based `build_pyoptsparse` script - test against the `latest` release instead of the...

### Task Description `SellarDerivatives` and other models in `test_suite` were instrumented to be a configurable via options for use in tests. They are not really a good choice to use...

### Description Due to the way the `SellarDerivatives` class is defined, with the solver being set in `setup()` according to the Group options, the solvers in the [Solvers for the...

bug

### Summary add [long_description_content_type](https://packaging.python.org/en/latest/specifications/core-metadata/#description-content-type) to metadata in `setup.py` per [PEP-566](https://peps.python.org/pep-0566/#description-content-type-optional) so that the description will render properly on [pypi](https://pypi.org/project/openmdao/) ### Related Issues - Resolves # ### Backwards incompatibilities None ###...

### Issue Type - [X] Bug - [ ] Enhancement POEM #___ ### Description `test_comp_map` in `openmdao\surrogate_models\tests\test_map.py` fails on Windows: ``` Traceback (most recent call last): File "C:\Users\swryan\Anaconda3\envs\om316\lib\site-packages\testflo\test.py", line 418,...

bug

### Summary Increment version in issue template. This was inadvertently missed when incrementing to the dev version 3.21.1-dev ### Related Issues - Resolves # ### Backwards incompatibilities None ### New...

### Task Description Test OpenMDAO and related projects (Dymos, etc.) via GitHub workflows and/or benchmark/integration tests. https://github.com/numpy/numpy/issues/24300 Initial testing show potential issues with dependencies like PETSc and [pyOptSparse](https://github.com/mdolab/pyoptsparse/issues/359), as well...

project

### Task Description The `Documentation` and `Archives` items on the openmdao.org menu bar display a drop-down menu when hovered over, with the options of OpenMDAO or Dymos docs/archives. Clicking the...

project

### Task Description [Version 6.3](https://wordpress.org/news/2023/08/lionel/) of WordPress was released on August 8th, Web site should be updated.

project

For your consideration, I put together a basic test workflow based on the OpenMDAO workflow that would run automatically on pull requests and merges to the master branch. There are...