Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
psuriana committed Feb 19, 2021
1 parent b96c864 commit 90f5542
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions atom3d/datasets/ppi/neighbors.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,3 @@ def _get_heavy_neighbors(df0, df1, cutoff):
res = pd.concat((res0, res1), axis=1)
res = res.drop_duplicates()
return res


if __name__ == "__main__":
get_neighbors_main()

0 comments on commit 90f5542

Please sign in to comment.