assert_time_allclose¶
-
gammapy.utils.testing.
assert_time_allclose
(actual, desired, atol=0.001)[source]¶ Assert that two
astropy.time.Time
objects are almost the same.atol is absolute tolerance in seconds.
Note
You are not reading the most up to date version of Gammapy documentation.
Access the latest stable version v1.3 or the list of Gammapy releases.
gammapy.utils.testing.
assert_time_allclose
(actual, desired, atol=0.001)[source]¶Assert that two astropy.time.Time
objects are almost the same.
atol is absolute tolerance in seconds.