Skip to content

Commit

Permalink
IFU reduce test now working
Browse files Browse the repository at this point in the history
  • Loading branch information
sesquideus committed Dec 11, 2024
1 parent b86b001 commit 0efbbfe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions metisp/pymetis/src/pymetis/tests/test_metis_ifu_reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,4 @@ class TestRecipe(BaseRecipeTest):

class TestInputSet(BaseInputSetTest):
impl = Impl
count = 1

@pytest.mark.skip(reason="IFU recipes do not have the required master dark yet")
def test_can_load_and_verify(self, load_frameset, sof):
pass
count = 1

0 comments on commit 0efbbfe

Please sign in to comment.