Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Move luigi parameters to a config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jankrepl committed Mar 9, 2022
1 parent ff183c0 commit 95827a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions luigi.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[core]
autoload_range=true
log_level = INFO
local_scheduler = True
2 changes: 0 additions & 2 deletions src/bluesearch/entrypoint/database/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,6 @@ def run(

luigi_kwargs = {
"tasks": [selected_task_inst],
"log_level": "WARNING",
"local_scheduler": True,
}
if dry_run:
print(print_tree(selected_task_inst, last=False))
Expand Down

0 comments on commit 95827a2

Please sign in to comment.