Skip to content

Commit

Permalink
readd test_run function
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuferentunc committed Oct 16, 2024
1 parent 632c3b4 commit 91d7300
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions domhmm/tests/test_domhmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 91d7300

Please sign in to comment.