Skip to content

Commit 2fb2ff1

Browse files
author
Gerit Wagner
committed
fix
1 parent be1dd42 commit 2fb2ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bib_dedupe/prep_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def fix_schema_misalignments(split_df: pd.DataFrame) -> None:
181181
return
182182

183183
# ensure columns exist
184-
for col in ("volume", "number", "pages", "year"):
184+
for col in ("title", "journal", "volume", "number", "pages", "year"):
185185
if col not in split_df.columns:
186186
split_df[col] = ""
187187

0 commit comments

Comments
 (0)