Skip to content

Commit

Permalink
rename SimpleSOM
Browse files Browse the repository at this point in the history
  • Loading branch information
aimalz committed Jul 3, 2023
1 parent 39bbe21 commit 267be43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rail/estimation/summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def summarize(self, input_data):

class SZPZSummarizer(RailStage): #pragma: no cover
"""The base class for classes that use two sets of data: a photometry sample with
spec-z values, and a photometry sample with unknown redshifts, e.g. simpleSOM and
spec-z values, and a photometry sample with unknown redshifts, e.g. minisom_som and
outputs a QP Ensemble with bootstrap realization of the N(z) distribution
"""
name = 'SZPZtoNZSummarizer'
Expand Down

0 comments on commit 267be43

Please sign in to comment.