chore(code): By default use all processed data

This commit is contained in:
Marty Oehme 2023-12-22 19:09:35 +01:00
parent ea26a5932e
commit 75717f837c
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 2 additions and 2 deletions

View file

@ -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: