Skip to content

Commit 7721c6b

Browse files
authored
Code smell fixes (#4)
1 parent aaec958 commit 7721c6b

26 files changed

Lines changed: 905 additions & 1183 deletions

binarize.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@
2323
help="Evaluation mode: the whole dataset will be processed as validation set."
2424
)
2525
def main(config: pathlib.Path, override: list[str], eval_mode: bool):
26-
import dask
2726
from preprocessing.api import (
2827
load_config_for_binarization,
2928
binarize_datasets,
3029
)
3130
from preprocessing.notes_binarizer import NotesBinarizer
32-
dask.config.set(scheduler="synchronous")
3331

3432
config = load_config_for_binarization(config, overrides=override)
3533
if eval_mode:

0 commit comments

Comments
 (0)