Skip to content

Commit

Permalink
skip not working test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Nov 1, 2024
1 parent 6adb6e5 commit 4c24f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions htmd/adaptive/adaptiverun.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from protocolinterface import val
from htmd.projections.tica import TICA
from htmd.projections.metric import Metric
import sys
import unittest
import logging

Expand Down Expand Up @@ -372,6 +373,7 @@ def _numMacrostates(self, data):


class _TestAdaptiveRun(unittest.TestCase):
@unittest.skipIf(sys.platform == "win32", "Windows is not supported")
def test_adaptive_run(self):
from moleculekit.projections.metricdistance import MetricSelfDistance
from jobqueues.simqueue import SimQueue
Expand Down
2 changes: 1 addition & 1 deletion package/htmd/DEPENDENCIES_WIN
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tqdm >=4.66.2
moleculekit >=1.2.5
anaconda-client >=1.12.3 # Necessary for binstar_client imports
jobqueues >=0.6.5
deeptime =0.4.4=py39h2366fc2_2 # Hardcoded working build. _3 was broken
deeptime >=0.4.3
h5py >=3.8.0
scipy >=1.10.1

Expand Down

0 comments on commit 4c24f54

Please sign in to comment.