Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Oct 21, 2024
2 parents e4126a0 + 12bf5fc commit b343d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_mm/gcn_stream/gcn_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def load_and_parse_gcn(
table,
root_path=gcn_rawdatapath,
partition_cols=["year", "month", "day"],
basename_template="{}_{}_{}".format(
basename_template="{}_{}_{}.parquet".format(
str(df["triggerId"].values[0]), time.time(), "{i}"
),
existing_data_behavior="overwrite_or_ignore",
Expand Down

0 comments on commit b343d29

Please sign in to comment.