1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-08-14 03:59:53 +02:00

✔ test_alto: Add missing dtype for 'alto_file'

This commit is contained in:
Mike Gerber 2025-08-11 16:35:38 +02:00
parent c3c89e1890
commit 18ad4fc854

View file

@ -102,6 +102,7 @@ def test_dtypes(tmp_path):
alto_info_df = pd.read_parquet(alto_info_df_parquet)
EXPECTED_TYPES = {
r"alto_file": ("object", ["str"]),
r"Description_.*": ("object", ["str", "NoneType"]),
r"Layout_Page_ID": ("object", ["str", "NoneType"]),
r"Layout_Page_PHYSICAL_(IMG|IMAGE)_NR": ("object", ["str", "NoneType"]),