Skip to content

Commit 6273432

Browse files
committed
Use the increased detector X only in full tests
1 parent 8b60d4b commit 6273432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_httomolibgpu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ def test_recon_FBP3d_tomobar_memoryhook(
575575

576576
@pytest.mark.cupy
577577
@pytest.mark.parametrize("projections", [1500, 1801, 2560])
578-
@pytest.mark.parametrize("detX_size", [2560, 4593])
579-
@pytest.mark.parametrize("slices", [3, 4, 5])
578+
@pytest.mark.parametrize("detX_size", [2560])
579+
@pytest.mark.parametrize("slices", [3, 4, 5, 10])
580580
@pytest.mark.parametrize("projection_angle_range", [(0, np.pi)])
581581
def test_recon_LPRec3d_tomobar_0_pi_memoryhook(slices, detX_size, projections, projection_angle_range, ensure_clean_memory):
582582
__test_recon_LPRec3d_tomobar_memoryhook_common(slices, detX_size, projections, projection_angle_range, ensure_clean_memory)

0 commit comments

Comments
 (0)