diff --git a/domhmm/tests/test_domhmm.py b/domhmm/tests/test_domhmm.py index 101392e..1cf7509 100644 --- a/domhmm/tests/test_domhmm.py +++ b/domhmm/tests/test_domhmm.py @@ -183,12 +183,12 @@ def test_domhmm_imported(self): """ assert "domhmm" in sys.modules - # def test_run(self, analysis): - # """ - # Demo run with standard options - # """ - # analysis.run(start=0, stop=100) - # 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") def test_run_reuse_hmm_model(self, analysis_reuse_hmm_model): """