Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions tests/wfbench/test_wfbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

class TestWfBench:

# @pytest.mark.unit
# @pytest.mark.skip(reason="Temporarily disabled due to strange module 'scipy.stats' has no attribute 'trapz' error")
@pytest.mark.unit
def test_create_from_recipe(self) -> None:
"""
Very minimal testing here for creating from recipe
Expand Down Expand Up @@ -113,8 +112,7 @@ def _to_create_file_as_expected(dirpath: pathlib.Path,
return True


# @pytest.mark.unit
# @pytest.mark.skip(reason="Temporarily disabled due to strange module 'scipy.stats' has no attribute 'trapz' error")
@pytest.mark.unit
def test_create_from_instance(self) -> None:
workflow = BlastRecipe.from_num_tasks(500).build_workflow()
benchmark = WorkflowBenchmark(recipe=BlastRecipe, num_tasks=500)
Expand Down