Skip to content

Commit

Permalink
enable pc test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanzhuang committed May 1, 2024
1 parent 2717f8a commit 3223aea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testsuite/MDAnalysisTests/analysis/test_encore.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def test_triangular_matrix(self):

@pytest.mark.xfail(os.name == 'nt',
reason="Not yet supported on Windows.")
@pytest.mark.skip(reason='test to see if it times out')
def test_parallel_calculation(self):

arguments = [tuple([i]) for i in np.arange(0,100)]
Expand Down

0 comments on commit 3223aea

Please sign in to comment.