Skip to content

Commit

Permalink
added missing dots in comments for which codacy complained
Browse files Browse the repository at this point in the history
  • Loading branch information
jsitarek committed May 6, 2021
1 parent 4c47194 commit d34f960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyirf/io/tests/test_gadf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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

Expand Down

1 comment on commit d34f960

@maxnoe
Copy link
Member

@maxnoe maxnoe commented on d34f960 May 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should just disable these, let me check.

Please sign in to comment.