Skip to content

Commit

Permalink
Fix test_u_nk
Browse files Browse the repository at this point in the history
  • Loading branch information
harlor authored and orbeckst committed Nov 17, 2018
1 parent c2f779b commit 1813920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alchemlyb/tests/parsing/test_gmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_u_nk():
if leg == 'Coulomb':
assert u_nk.shape == (4001, 5)
elif leg == 'VDW':
u_nk.shape == (4001, 16)
assert u_nk.shape == (4001, 16)

def test_u_nk_case1():
"""Test that u_nk has the correct form when extracted from expanded ensemble files (case 1).
Expand Down

0 comments on commit 1813920

Please sign in to comment.