mirror of
				https://github.com/fjosw/pyerrors.git
				synced 2025-11-04 01:25:46 +01:00 
			
		
		
		
	feat: Exception for gf coupling c!=0.3 added and documenation and tests
extended.
This commit is contained in:
		
					parent
					
						
							
								5cd20f5818
							
						
					
				
			
			
				commit
				
					
						638ec92ab7
					
				
			
		
					 2 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -104,3 +104,5 @@ def test_gf_coupling():
 | 
			
		|||
    path = './tests//data/openqcd_test/'
 | 
			
		||||
    prefix = 'sfqcd'
 | 
			
		||||
    gf = pe.input.openQCD.read_gf_coupling(path, prefix, c=0.3)
 | 
			
		||||
    with pytest.raises(Exception):
 | 
			
		||||
        pe.input.openQCD.read_gf_coupling(path, prefix, c=0.35)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue