chore(code): By default use all processed data
This commit is contained in:
parent
ea26a5932e
commit
75717f837c
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ except ModuleNotFoundError:
|
|||
import load_yaml as yaml # for directly running the package
|
||||
from pandas import DataFrame, read_csv
|
||||
|
||||
DEFAULT_YAML_PATH = Path("02-data/processed/relevant")
|
||||
DEFAULT_YAML_PATH = Path("02-data/processed")
|
||||
|
||||
|
||||
def to_tsv(studies: list[dict]) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue