Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:0
-
Epic Link:
-
Sprint:TSSW Sprint - Sep 13 - Sep 27
-
Team:Telescope and Site
-
Urgent?:No
Description
When I implemented DM-31616 move some code to new ts_utils package I thought I had switched to ts_utils everywhere in ts_salobj (aside from some tests of the deprecated wrappers for these functions in salobj). But I certainly missed some cases, including many places where make_done_future is called. Take another pass to find all such instances; use ts_utils wherever possible.
Attachments
Issue Links
- relates to
-
DM-31616 Move basic utility code from ts_salobj to new package ts_utils
- Done
I looked for all functions from ts_utils. As far as I can tell the angle functions and test utilities were all updated correctly, but there were still old uses of time functions and missing with self.assertWarns(DeprecationWarning) in unit tests that intentionally call the deprecated salobj wrappers.
Pull request: https://github.com/lsst-ts/ts_salobj/pull/206