mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Fix test for issue 617
This commit is contained in:
		
							parent
							
								
									faa7610c56
								
							
						
					
					
						commit
						e86f440ca6
					
				| 
						 | 
					@ -2,4 +2,7 @@ from ...vocab import Vocab
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def test_load_vocab_with_string():
 | 
					def test_load_vocab_with_string():
 | 
				
			||||||
 | 
					    try:
 | 
				
			||||||
        vocab = Vocab.load('/tmp/vocab')
 | 
					        vocab = Vocab.load('/tmp/vocab')
 | 
				
			||||||
 | 
					    except IOError:
 | 
				
			||||||
 | 
					        pass
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user