You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Issue Type
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 befalse
.Environment
N/A
The text was updated successfully, but these errors were encountered: