Unverified Commit 670542a9 authored by Akke Viitanen's avatar Akke Viitanen
Browse files

Fix docstring formatting issues.

parent d34a776d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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