Skip to content

Commit

Permalink
update total tasks number
Browse files Browse the repository at this point in the history
  • Loading branch information
edenjenzohar committed Jun 17, 2024
1 parent fa884ea commit c4f8616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gene_benchmark/tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def test_list_subtests(self):
def test_get_task_names(self):
tasks_folder = _get_tasks_folder()
names = list(get_tasks_definition_names(tasks_folder))
assert len(names) >= 71
assert len(names) >= 70
assert "RNA cancer distribution" in names
assert "bivalent vs non-methylated" in names

Expand Down

0 comments on commit c4f8616

Please sign in to comment.