mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	xfail regression test for model labels
This commit is contained in:
		
							parent
							
								
									bc300d4e31
								
							
						
					
					
						commit
						43fa039d96
					
				| 
						 | 
				
			
			@ -1,7 +1,9 @@
 | 
			
		|||
'''Test that labels are mapped to classes consistently when loading NER model.'''
 | 
			
		||||
from __future__ import unicode_literals
 | 
			
		||||
from spacy.lang.en import English
 | 
			
		||||
import pytest
 | 
			
		||||
 | 
			
		||||
@pytest.mark.xfail
 | 
			
		||||
def test_issue3209():
 | 
			
		||||
    '''Test issue that occurred in spaCy nightly where NER labels were being
 | 
			
		||||
    mapped to classes incorrectly after loading the model, when the labels
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user