Skip to content

Commit

Permalink
#296: mov config keys to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Aug 7, 2024
1 parent 17acc73 commit 7fffdb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alphadia/constants/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ general:
wsl: false
mmap_detector_events: false
use_gpu: true
# whether to save the (MBR) library to the output directory
save_library: True
save_mbr_library: True

library_loading:
rt_heuristic: 180
Expand Down Expand Up @@ -185,9 +188,6 @@ search_output:
normalize_lfq: True
# can be either "parquet" or "tsv"
file_format: "tsv"
# whether to save the (MBR) library to the output directory
save_library: True
save_mbr_library: True

# configuration for the optimization manager
# initial parameters, will nbe optimized
Expand Down

0 comments on commit 7fffdb7

Please sign in to comment.