Skip to content

Commit b9f6f07

Browse files
cluster tools: typing & refactoring (#858)
* 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]>
1 parent 020728f commit b9f6f07

29 files changed

+1307
-980
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
matrix:
140140
python-version: [3.7, 3.8, 3.9]
141141
group: [1, 2, 3]
142+
fail-fast: false
142143
defaults:
143144
run:
144145
working-directory: webknossos

0 commit comments

Comments
 (0)