"""Define test case for the epd step."""fromautowisp.tests.h5_test_caseimportH5TestCase
[docs]classTestEPD(H5TestCase):"""Tests of the fit_source_extracted_psf_map step."""
[docs]deftest_epd(self):"""Run the epd step and check the outputs."""self.run_step_test("epd","LC",[f"AperturePhotometry/Aperture{ap_ind:03d}/EPD"forap_indinrange(4)],output_type="LC",)