From d34f9609aec2d70d3979eb00b67505ebb8e8da5d Mon Sep 17 00:00:00 2001 From: Julian Sitarek Date: Thu, 6 May 2021 15:28:46 +0200 Subject: [PATCH] added missing dots in comments for which codacy complained --- pyirf/io/tests/test_gadf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyirf/io/tests/test_gadf.py b/pyirf/io/tests/test_gadf.py index 5c6b699bf..6cc055278 100644 --- a/pyirf/io/tests/test_gadf.py +++ b/pyirf/io/tests/test_gadf.py @@ -186,7 +186,7 @@ def test_rad_max_schema(rad_max_hdu): def test_read_cuts(): - """Test of reading cuts""" + """Test of reading cuts.""" from pyirf.io.gadf import read_irf_cuts enbins = np.logspace(-2, 3) * u.TeV @@ -205,7 +205,7 @@ def test_read_cuts(): def test_compare_irf_cuts_files(): - """Test of comparing cuts""" + """Test of comparing cuts.""" from pyirf.io.gadf import compare_irf_cuts_in_files enbins = np.logspace(-2, 3) * u.TeV @@ -225,7 +225,7 @@ def test_compare_irf_cuts_files(): def test_read_write_energy_dispersion(edisp_hdus): - """Test consistency of reading and writing for migration matrix""" + """Test consistency of reading and writing for migration matrix.""" edisp, hdus = edisp_hdus @@ -251,7 +251,7 @@ def test_read_write_energy_dispersion(edisp_hdus): def test_read_write_effective_area2d(aeff2d_hdus): - """Test consistency of reading and writing for effective area""" + """Test consistency of reading and writing for effective area.""" area, hdus = aeff2d_hdus