Skip to content

Commit

Permalink
small fix for ai
Browse files Browse the repository at this point in the history
  • Loading branch information
schallerdavid committed May 28, 2018
1 parent 6100cf4 commit 259d66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dmif.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def dmif(topology, trajectory, counter, length_trajectory, number_processes, num
c_length = norm(c)
# check offset between grid point and aromatic center
if opposite(alpha, c_length) <= 1.5:
grid_score['ai'][ind] += ai_score_dict[ai_distance, 1]
grid_score['ai'][ind] += ai_score_dict[ai_distance]
grid_partners[ind][grid_list_dict['ai_i']] += [ai_partner_position(grid_point, alpha,
ai_n, c_length)]
# adding scores to grid
Expand Down

0 comments on commit 259d66b

Please sign in to comment.