Skip to content

Commit

Permalink
fixed neighbor list
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoorenweerd committed Oct 23, 2020
1 parent fc05a3d commit f8edf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdistancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def average(list):
neighbors.update({species2: [pdist]})
elif speciesname == species2 != species1:
interperspecies.append(pdist)
neighbors.update({species2: [pdist]})
neighbors.update({species1: [pdist]})
d_max = 'N/A'
dmin_nn = 'N/A'
nearestneighbor = 'N/A'
Expand Down

0 comments on commit f8edf7b

Please sign in to comment.