Skip to content

Commit

Permalink
Remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaponte committed Oct 28, 2024
1 parent bfb1fdf commit 908e2ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions invisible_cities/reco/deconv_functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,6 @@ def test_deconvolution_input_interpolation_method(data_hdst, new_grid_1mm, inter
assert output[1][1].shape == (7000,)


@mark.parametrize("interp_method", InterpolationMethod.__members__)
def test_deconvolution_input_wrong_interpolation_method_raises(data_hdst, data_hdst_deconvolved, interp_method):
with raises(ValueError):
deconvolution_input([10., 10.], [1., 1.], interp_method)


def test_deconvolve(data_hdst, data_hdst_deconvolved):
ref_interpolation = np.load (data_hdst_deconvolved)

Expand Down

0 comments on commit 908e2ab

Please sign in to comment.