Skip to content

Commit

Permalink
Merge pull request #178 from wesbarnett/master
Browse files Browse the repository at this point in the history
Changed MBAR.computeOverlap to return only O, not the entire tuple. Addi...
  • Loading branch information
kyleabeauchamp committed Apr 2, 2015
2 parents 8b78017 + 1fe6cd9 commit 10b1b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/alchemical-free-energy/alchemical_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def plotOverlapMatrix(O):
if regular_estimate:
if P.overlap:
print "The overlap matrix is..."
O = MBAR.computeOverlap('matrix')
O = MBAR.computeOverlap()[2]
for k in range(K):
line = ''
for l in range(K):
Expand Down

0 comments on commit 10b1b14

Please sign in to comment.