Skip to content

Commit

Permalink
lowering indentation level deepchem#1232
Browse files Browse the repository at this point in the history
  • Loading branch information
aksub99 committed Sep 21, 2018
1 parent eb928b7 commit 0407d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mpnn/mpnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def construct_multigraph(smile):
atom_j = molecule.GetAtomWithIdx(j)
if i not in g:
g[i] = []
g[i].append( (e_ij, j) )
g[i].append( (e_ij, j) )

return g, h

Expand Down

0 comments on commit 0407d93

Please sign in to comment.