Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeda-e committed Jun 24, 2021
1 parent f5adf5e commit 59bc610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion membrane_curvature/tests/test_mdakit_membcurv.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def test_def_all_beads_membrane_protein():
beads_test = def_all_beads(lipid_types, lfs, head_list, topology)
for lt, lf in zip(lipid_types, lfs):
for bead, bead_t in zip(MEMBRANE_CURVATURE_DATA['membrane_protein'][lf][lt], beads_test[lf][lt]):
assert int(bead) == int(bead_t)
assert bead == bead_t


def test_def_all_beads_small_gro(leaflets):
Expand Down

0 comments on commit 59bc610

Please sign in to comment.