diff --git a/gammapy/modeling/models/tests/test_spatial.py b/gammapy/modeling/models/tests/test_spatial.py index 0fe757c786..31962a5579 100644 --- a/gammapy/modeling/models/tests/test_spatial.py +++ b/gammapy/modeling/models/tests/test_spatial.py @@ -723,12 +723,10 @@ def test_piecewise_spatial_model(): ) coords = MapCoord.create(geom.footprint) - print(coords["lon"]) coords["lon"] *= u.deg coords["lat"] *= u.deg model = PiecewiseNormSpatialModel(coords, frame="galactic") - print(model.coords["lon"].deg) assert_allclose(model(*geom.to_image().center_coord), 1.0)