If that's the case, why is it being compared with ten_year_annual_times
generated like

==============================================================================
ten_year_annual_times = np.array([datetime.datetime(year, 1, 1) for year in
range(2000, 2010)])
==============================================================================

in testing?

This test will always return false.

Reply via email to