Skip to content

Commit

Permalink
Merge branch 'issue/122/linting' into eac/roman_rubin
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Jun 26, 2024
2 parents fdcf8f7 + 48081d8 commit 247ed83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/rail/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# to move RAILDIR and find_rail_file to utils.path_utils

from rail.utils.path_utils import find_rail_file
from rail.utils.path_utils import RAILDIR

__all__ = [
'find_rail_file'
'find_rail_file',
'RAILDIR',
]
2 changes: 1 addition & 1 deletion src/rail/estimation/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from rail.core.point_estimation import PointEstimationMixin

# for backwards compatibility, to avoid break stuff that imports it from here

from rail.estimation.informer import CatInformer # pylint: disable=unused-import

class CatEstimator(RailStage, PointEstimationMixin):
"""The base class for making photo-z posterior estimates from catalog-like inputs
Expand Down

0 comments on commit 247ed83

Please sign in to comment.