We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aec94b commit 5f78dfdCopy full SHA for 5f78dfd
domhmm/tests/test_domhmm.py
@@ -183,12 +183,12 @@ def test_domhmm_imported(self):
183
"""
184
assert "domhmm" in sys.modules
185
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")
+ # def test_run(self, analysis):
+ # """
+ # Demo run with standard options
+ # analysis.run(start=0, stop=100)
+ # self.result_parameter_check(analysis, "analysis")
192
193
def test_run_reuse_hmm_model(self, analysis_reuse_hmm_model):
194
0 commit comments