Skip to content

Commit

Permalink
cluster tools: typing & refactoring (#858)
Browse files Browse the repository at this point in the history
* python 3.7+, update mypy

* unrelated commit

* partial typing, organize executors into modules

* more typing, refactor utils

* try fn

* Revert "try fn"

This reverts commit 3016dfc.

* ignore errors for py3.8

* fix Future subscription

* allow unused kwargs in init

* fix __cfut_options usage

* CI: don't fail-fast for webknossos-linux tests

* more typing

* fixes

* more fixes

* some job-ids are ints

* fix kube.py

* ensure job_ids are strings

* fix linter and tests

* Update cluster_tools/cluster_tools/_utils/string.py

Co-authored-by: Philipp Otto <[email protected]>

* apply PR feedback

* rename to reflection

* readd debugging var

---------

Co-authored-by: Philipp Otto <[email protected]>
  • Loading branch information
jstriebel and philippotto authored Feb 6, 2023
1 parent 020728f commit b9f6f07
Show file tree
Hide file tree
Showing 29 changed files with 1,307 additions and 980 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
matrix:
python-version: [3.7, 3.8, 3.9]
group: [1, 2, 3]
fail-fast: false
defaults:
run:
working-directory: webknossos
Expand Down
Loading

0 comments on commit b9f6f07

Please sign in to comment.