Skip to content

requirements are stored without units or column names.

E.g. in PixelRecoMetric:

 self.req = np.loadtxt(
            resources.files("datapipe_testbench.requirements_data")
            / "PixelIntensityResREQ.txt"
        )

This should be an astropy Table with proper metadata and units.

related to #8 #26 (closed)