Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Jan 23, 2025
1 parent 5a93b14 commit 1943e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spras/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ def duplicate_edges(df: pd.DataFrame):
print(df)
print(new_df == df)

return new_df, new_df == df #true if there are duplicate edges
return new_df, new_df == df #true if there are duplicate edges

0 comments on commit 1943e42

Please sign in to comment.