Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuferentunc committed Oct 31, 2024
1 parent 50c5877 commit 35ead1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions domhmm/tests/test_domhmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def analysis(self, universe):
tails=tails,
result_plots=True)

@pytest.fixture(scope="class")
@pytest.fixture(scope="function")
def analysis_reuse_hmm_model(self, universe):
"""
Analysis option with reusing of HMM models
Expand All @@ -78,7 +78,7 @@ def analysis_reuse_hmm_model(self, universe):
save_plots=True,
trained_hmms=trained_hmm)

@pytest.fixture(scope="class")
@pytest.fixture(scope="function")
def analysis_asymmetric(self, universe):
"""
Analysis option with asymmetric membrane simulation
Expand Down

0 comments on commit 35ead1b

Please sign in to comment.