Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark POEM_099.md as integrated #201

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions POEM_099.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Title: InputResidsComp
authors: robfalck (Rob Falck)
Competing POEMs:
Related POEMs:
Associated implementation PR:
Associated implementation PR: [#3295](https://github.com/OpenMDAO/OpenMDAO/pull/3295)

Status:

- [ ] Active
- [ ] Requesting decision
- [x] Accepted
- [ ] Accepted
- [ ] Rejected
- [ ] Integrated
- [x] Integrated

## Motivation

Expand Down Expand Up @@ -74,4 +74,4 @@ def test_input_resids_comp_copy_shape(self):
p.set_val('b', [4.0, 5.0])

p.run_model()
```
```
Loading