Skip to content

Commit

Permalink
Adjustments from @ianmkenney review
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Jul 15, 2024
1 parent 04f8ac5 commit 208eeb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion alchemiscale/compute/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def claim_tasks(
# remove this taskhub from the options available; repeat
taskhubs.pop(taskhub)

return [str(t) for t in tasks]
return [str(t) for t in tasks] + [None] * (count - len(tasks))


@router.get("/tasks/{task_scoped_key}/transformation")
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,3 @@ distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
method = "git"
match = ["*"]
default-tag = "0.0.0"


#[project.entry-points.pytest11]
#alchemiscale_fixtures = "alchemiscale.tests.integration.conftest"

0 comments on commit 208eeb3

Please sign in to comment.