mirror of
				https://github.com/qurator-spk/modstool.git
				synced 2025-11-04 11:24:14 +01:00 
			
		
		
		
	🚧 check_dtypes: classification-.*
This commit is contained in:
		
							parent
							
								
									15f603671c
								
							
						
					
					
						commit
						d8d3f12cb0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -30,6 +30,7 @@ EXPECTED_TYPES = {
 | 
				
			||||||
        r"genre-.*": ("object", ["str", "NoneType"]),
 | 
					        r"genre-.*": ("object", ["str", "NoneType"]),
 | 
				
			||||||
        r"subject-.*": ("object", ["str", "NoneType"]),
 | 
					        r"subject-.*": ("object", ["str", "NoneType"]),
 | 
				
			||||||
        r"language_.*Term": ("object", ["str", "NoneType"]),
 | 
					        r"language_.*Term": ("object", ["str", "NoneType"]),
 | 
				
			||||||
 | 
					        r"classification-.*": ("object", ["str", "NoneType"]),
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
def expected_types(c):
 | 
					def expected_types(c):
 | 
				
			||||||
    for r, types in EXPECTED_TYPES.items():
 | 
					    for r, types in EXPECTED_TYPES.items():
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue