Skip to content

Commit 5f78dfd

Browse files
committed
comment out long unit test
1 parent 2aec94b commit 5f78dfd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

domhmm/tests/test_domhmm.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ def test_domhmm_imported(self):
183183
"""
184184
assert "domhmm" in sys.modules
185185

186-
def test_run(self, analysis):
187-
"""
188-
Demo run with standard options
189-
"""
190-
analysis.run(start=0, stop=100)
191-
self.result_parameter_check(analysis, "analysis")
186+
# def test_run(self, analysis):
187+
# """
188+
# Demo run with standard options
189+
# """
190+
# analysis.run(start=0, stop=100)
191+
# self.result_parameter_check(analysis, "analysis")
192192

193193
def test_run_reuse_hmm_model(self, analysis_reuse_hmm_model):
194194
"""

0 commit comments

Comments
 (0)