Skip to content

Commit

Permalink
Update test_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
florianjoerg authored Sep 5, 2023
1 parent 7e91172 commit 44b21c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions protex/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

import pytest

from protex.helpers import XMLSingleReader


@pytest.mark.skipif(
os.getenv("CI") == "true",
reason="No MDAnalysis",
)
def test_XMLSingleReader():
from protex.helpers import XMLSingleReader
a = XMLSingleReader("protex/forcefield/traj/im1h_oac_150_im1_hoac_350_npt_7.rst")

@pytest.mark.skipif(
Expand All @@ -23,4 +22,4 @@ def test_Universe():
#print(u.trajectory.n_atoms)
#print(dir(u.trajectory))
sel = u.select_atoms("all")
#print(sel.positions)
#print(sel.positions)

0 comments on commit 44b21c6

Please sign in to comment.