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:
parent
c3c89e1890
commit
18ad4fc854
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ def test_dtypes(tmp_path):
|
||||||
alto_info_df = pd.read_parquet(alto_info_df_parquet)
|
alto_info_df = pd.read_parquet(alto_info_df_parquet)
|
||||||
|
|
||||||
EXPECTED_TYPES = {
|
EXPECTED_TYPES = {
|
||||||
|
r"alto_file": ("object", ["str"]),
|
||||||
r"Description_.*": ("object", ["str", "NoneType"]),
|
r"Description_.*": ("object", ["str", "NoneType"]),
|
||||||
r"Layout_Page_ID": ("object", ["str", "NoneType"]),
|
r"Layout_Page_ID": ("object", ["str", "NoneType"]),
|
||||||
r"Layout_Page_PHYSICAL_(IMG|IMAGE)_NR": ("object", ["str", "NoneType"]),
|
r"Layout_Page_PHYSICAL_(IMG|IMAGE)_NR": ("object", ["str", "NoneType"]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue