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
Which would cause issues using a Step as a pre-hook. If I try to change some of the tests in test_hooks (which no longer require jwst to run following #199) this leads to expected failures when Step instances used as pre-hooks don't return multiple values.
Step
pre_hooks
are broken currently, and we don't currently unit test them.post_hooks
work fine. They were unit tested.The recent removal of
jwst
as a test dependency masks the actual failure. So if we go back a few commits:And then rewrite one of the unit tests:
We get the following failure when running the unit tests:
This happens with real data and real steps as well if you try to use
pre_hooks
. Everything works fine withpost_hooks
. Not sure why the asymmetry.h/t @TheSkyentist
The text was updated successfully, but these errors were encountered: