mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-08-14 12:09:52 +02:00
🐛 Update test
This commit is contained in:
parent
f332f46e99
commit
b9190a3695
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def test_dtypes(tmp_path):
|
|||
]
|
||||
mods_info_df_parquet = (tmp_path / "test_dtypes_mods_info.parquet").as_posix()
|
||||
page_info_df_parquet = (tmp_path / "test_dtypes_page_info.parquet").as_posix()
|
||||
process(mets_files, mods_info_df_parquet, page_info_df_parquet)
|
||||
process(mets_files, mods_info_df_parquet, page_info_df_parquet, [])
|
||||
mods_info_df = pd.read_parquet(mods_info_df_parquet)
|
||||
page_info_df = pd.read_parquet(page_info_df_parquet)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue