Skip to content

Commit

Permalink
adapt test
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
  • Loading branch information
QRemy committed Dec 20, 2023
1 parent 6e94413 commit ef9de8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gammapy/makers/tests/test_safe.py
Expand Up @@ -233,7 +233,7 @@ def test_safe_mask_maker_edisp_bias_fixed_offset(dataset, observation_cta_1dc):
mask_edisp_bias_offset = safe_mask_maker1.make_mask_energy_edisp_bias(
dataset, observation_cta_1dc
)
assert_allclose(mask_edisp_bias_offset.data.sum(), 242)
assert_allclose(mask_edisp_bias_offset.data.sum(), 1694)


@requires_data()
Expand Down

0 comments on commit ef9de8f

Please sign in to comment.