Skip to content

Commit

Permalink
update tests to new kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
kain88-de committed Feb 4, 2017
1 parent 0f09e77 commit 4b8ea08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/MDAnalysisTests/analysis/test_encore.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_rmsd_matrix_with_superimposition(self):
encore.confdistmatrix.set_rmsd_matrix_elements,
selection="name CA",
pairwise_align=True,
mass_weighted=True,
weights='mass',
n_jobs=1)

reference = rms.RMSD(self.ens1, select = "name CA")
Expand All @@ -182,7 +182,7 @@ def test_rmsd_matrix_without_superimposition(self):
encore.confdistmatrix.set_rmsd_matrix_elements,
selection=selection_string,
pairwise_align=False,
mass_weighted=True,
weights='mass',
n_jobs=1)

print (repr(confdist_matrix.as_array()[0,:]))
Expand Down

0 comments on commit 4b8ea08

Please sign in to comment.