Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
fscottfoti committed Aug 20, 2014
1 parent 48b6f45 commit b53d0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandana/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def anything_score(net, config, max_distance, decay, bbox):
print "Adding contribution %f for number %d nearest" % \
(weight, idx)
score += decay(df[idx])*weight
#print score.describe()
# print score.describe()

assert score.min() > 0
return score/score.max()*100

0 comments on commit b53d0ff

Please sign in to comment.