Skip to content

Commit

Permalink
Update test_jump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Feb 1, 2024
1 parent 3ed79cb commit 4259f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ def test_calc_num_slices():
n_rows = 9
assert (calc_num_slices(n_rows, '21', max_available_cores) == 9)

@pytest.mark.skip(reason="local test only")
def test_shower_slowmode():
data = fits.getdata("shower_input_data.fits")
gdq = fits.getdata("shower_input_gdq.fits")
Expand Down

0 comments on commit 4259f39

Please sign in to comment.