dymos
dymos copied to clipboard
Add plotting option for assert_timeseries_near_equal function
Issue Type
- [] Bug
- [x] Enhancement
- [ ] Docs
- [ ] Miscellaneous
Description
This is a follow on to #751
The function assert_timeseries_near_equal
currently displays a table to the screen showing the values that are out of tolerance. Sometime it would be helpful to also see a plot of the reference time series versus the time series to be checked.
Add an option to the assert_timeseries_near_equal
function to do that. By default that option should be false
.
Environment
N/A