assert_time_allclose#
- gammapy.utils.testing.assert_time_allclose(actual, desired, atol=0.001)[source]#
Assert all-close for
astropy.time.Time
objects.atol is absolute tolerance in seconds.
Assert all-close for astropy.time.Time
objects.
atol is absolute tolerance in seconds.