sot / mica

Microscope on Chandra aspect
https://sot.github.io/mica
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

fix TimeDeltaMissingUnitWarning #282

Closed javierggt closed 1 year ago

javierggt commented 1 year ago

Description

This PR makes changes to avoid the following warning that currently appears in unit testing (mica/report/tests/test_write_report.py::test_write_reports):

TimeDeltaMissingUnitWarning: Numerical value without unit or explicit format passed to TimeDelta, assuming days

Interface impacts

None

Testing

Ran mica unit tests without warning

Unit tests

Independent check of unit tests by Jean

Functional tests

No functional testing.