Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Apr 12, 2024
1 parent 83f472e commit 1d59c15
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions asreviewcontrib/makita/config.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
from pathlib import Path

TEMPLATES_FP = Path(Path(__file__).parent, "templates")

DEFAULTS = {
"dataset_folder": "data",
"output_folder": "output",
"scripts_folder": "scripts",
"init_seed": 535,
"model_seed": 165,
"balance_strategy": "double",
"instances_per_query": 1,
"stop_if": "min",
}

0 comments on commit 1d59c15

Please sign in to comment.