Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Mar 14, 2024
1 parent 538535e commit 6175b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_mm/ztf_join_gcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def ztf_join_gcn_stream(
"inner",
)
.drop("gcn_trigId")
.dropDuplicates(["objectId", "triggerId", "gcn_status"]) # makes the inner join a natural join
.dropDuplicates(["objectId", "triggerId", "gcn_status"]) # makes the inner join a natural join
)

df_join_mm = join_post_process(df_join_mm, hdfs_adress, gcn_datapath_prefix)
Expand Down

0 comments on commit 6175b58

Please sign in to comment.