Closed jaymedina closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.61
:tada:
Comparison is base (
311488d
) 93.78% compared to head (fe01032
) 94.40%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Summary
Currently the errors that get returned when SPOC FFIs are fed into
TicaCubeFactory
and vice versa are vague and not helpful to the user. This PR updates the error handling by raising an error when the wrong type of FFI is fed into eitherCubeFactory
orTicaCubeFactory
to make TESS cubes.Task List
CubeFactory
error handlingTicaCubeFactory
error handlingScreenshots (as of July 14, 2023)
The following two screenshots show the error that gets thrown when feeding the wrong type of FFI to
CubeFactory
andTicaCubeFactory
: