Skip to content

Commit

Permalink
Fix skips in twopint_difference tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Nov 10, 2023
1 parent d416c8b commit b324ae4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_twopoint_difference.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def test_5grps_cr2_nframe2(setup_cube):
assert(np.array_equal([0, 4, 4, 0, 0], out_gdq[0, :, 100, 100]))


@pytest.mark.xfail
def test_4grps_twocrs_2nd_4th(setup_cube):
ngroups = 4
data, gdq, nframes, read_noise, rej_threshold = setup_cube(ngroups)
Expand Down Expand Up @@ -610,7 +609,7 @@ def test_6grps_satat6_crat1(setup_cube):
assert (np.array_equal([0, DQFLAGS['JUMP_DET'], 0, 0, 0, DQFLAGS['SATURATED']], out_gdq[0, :, 100, 100]))


@pytest.mark.xfail
@pytest.mark.xfail()
def test_6grps_satat6_crat1_flagadjpixels(setup_cube):
ngroups = 6
# crmag = 1000
Expand Down

0 comments on commit b324ae4

Please sign in to comment.