Loading src/lsst_inaf_agile/catalog_combined.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ # Email: akke.viitanen@helsinki.fi # Date: 2023-02-13 16:20:51 """Module for the combined catalog of AGN, galaxies, and stars.""" """Module for the combined catalog of AGNs, galaxies, and stars.""" import glob import logging Loading tests/lsst_inaf_agile/test_catalog_galaxy.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ # Email: akke.viitanen@helsinki.fi # Date: 2025-10-05 13:11:56 """Test EGG.""" """Test the galaxy catalog.""" import os from unittest import TestCase Loading Loading
src/lsst_inaf_agile/catalog_combined.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ # Email: akke.viitanen@helsinki.fi # Date: 2023-02-13 16:20:51 """Module for the combined catalog of AGN, galaxies, and stars.""" """Module for the combined catalog of AGNs, galaxies, and stars.""" import glob import logging Loading
tests/lsst_inaf_agile/test_catalog_galaxy.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ # Email: akke.viitanen@helsinki.fi # Date: 2025-10-05 13:11:56 """Test EGG.""" """Test the galaxy catalog.""" import os from unittest import TestCase Loading