Skip to content

Commit

Permalink
pep8 edits 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjii committed Dec 10, 2021
1 parent f08867d commit 63b60f6
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 @@ -396,8 +396,8 @@ def test_dres_error_estimation(self, ens1):
" bootstrapped samples in Dim. reduction Ensemble imilarity"

def test_covariance_matrix(self, ens1, ens2):
covariance_of_matrix = encore.covariance.covariance_matrix(ensemble=ens1,
reference=ens2)
covariance_of_matrix = encore.covariance_matrix(ensemble=ens1,
reference=ens2)

assert covariance_of_matrix is np.zeros(len(ens1), 3)

Expand Down

0 comments on commit 63b60f6

Please sign in to comment.