pyoptsparse icon indicating copy to clipboard operation
pyoptsparse copied to clipboard

Add more test coverage

Open ewu63 opened this issue 4 years ago • 0 comments

Description

Unit tests

  • [ ] test that the Solution object contains the right info
    • [x] objectives
    • [ ] constraints
    • [ ] variables
    • [ ] can be correctly cold-started (document this!)
  • [ ] FD/CS tests

Integration tests

  • [ ] MPI tests
    • [ ] fake COMM object works on single proc
    • [ ] optimization in parallel runs fine, with only the root proc running the optimization itself but calling the objective/sensitivity functions on all procs
    • [ ] parallel DV/constraint adding works as expected
  • [ ] other optimization problems?
  • [ ] FD/CS tests

ewu63 avatar May 13 '21 16:05 ewu63