Skip to content

Commit

Permalink
[Hotfix] Bump AGN elasticc module to apply Fink science 3.6.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Oct 10, 2022
1 parent 2488c04 commit f57b579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/distribute_elasticc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
),
Expand Down

0 comments on commit f57b579

Please sign in to comment.