From f57b5797668cc23c9c296a551cb933d1170bd9d1 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Mon, 10 Oct 2022 15:36:27 +0200 Subject: [PATCH] [Hotfix] Bump AGN elasticc module to apply Fink science 3.6.0 updates --- bin/distribute_elasticc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/distribute_elasticc.py b/bin/distribute_elasticc.py index e31b2b08..5043928b 100644 --- a/bin/distribute_elasticc.py +++ b/bin/distribute_elasticc.py @@ -104,7 +104,7 @@ def format_df_to_elasticc(df): F.array( F.struct( F.lit('AGN classifier'), - F.lit('version 1.0'), + F.lit('version 1.1'), F.col("classes").getItem(0), F.col("scores").getItem(0) ),