You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we add __eq__ methods to Piff objects? I wanted to write a test over in Rubin-land that roundtrip serialization to FITS (using the Rubin framework) works, but was stymied by the inability to check if the original and retrieved SimplePSF objects were actually the same. For now I can just check if some sample PSF images come out the same, but it'd be nice to just assert original_psf == roundtrip_psf.
The text was updated successfully, but these errors were encountered:
Can we add
__eq__
methods to Piff objects? I wanted to write a test over in Rubin-land that roundtrip serialization to FITS (using the Rubin framework) works, but was stymied by the inability to check if the original and retrievedSimplePSF
objects were actually the same. For now I can just check if some sample PSF images come out the same, but it'd be nice to just assertoriginal_psf == roundtrip_psf
.The text was updated successfully, but these errors were encountered: