Closed taldcroft closed 1 year ago
Fix deprecations etc for ska3-prime.
Independent check of unit tests by [REVIEWER NAME]
pytest chandra_aca on Mac was successful with no reported warnings at the end.
pytest chandra_aca
Also, tested ACAImage.__dir__() by creating an ACAImage object and then using IPython completion to see the expected custom attributes.
ACAImage.__dir__()
ACAImage
Description
Fix deprecations etc for ska3-prime.
Interface impacts
Testing
Unit tests
Independent check of unit tests by [REVIEWER NAME]
Functional tests
pytest chandra_aca
on Mac was successful with no reported warnings at the end.Also, tested completion to see the expected custom attributes.
ACAImage.__dir__()
by creating anACAImage
object and then using IPython