From 267be434d13b7cefa0deda83de967b8156d9eae8 Mon Sep 17 00:00:00 2001 From: Alex Malz Date: Mon, 3 Jul 2023 10:42:14 -0400 Subject: [PATCH] rename SimpleSOM --- src/rail/estimation/summarizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rail/estimation/summarizer.py b/src/rail/estimation/summarizer.py index 66be219b..89c37442 100644 --- a/src/rail/estimation/summarizer.py +++ b/src/rail/estimation/summarizer.py @@ -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'