mirror of
				https://github.com/fjosw/pyerrors.git
				synced 2025-11-04 01:25:46 +01:00 
			
		
		
		
	Merge branch 'develop' into documentation
This commit is contained in:
		
				commit
				
					
						61afbb10fb
					
				
			
		
					 1 changed files with 1 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1039,12 +1039,7 @@ def gamma_method(x, **kwargs):
 | 
			
		|||
    return np.vectorize(lambda o: o.gm(**kwargs))(x)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def gm(x, **kwargs):
 | 
			
		||||
    """Short version of the vectorized gamma_method.
 | 
			
		||||
 | 
			
		||||
    See docstring of pe.Obs.gamma_method for details
 | 
			
		||||
    """
 | 
			
		||||
    return gamma_method(x, **kwargs)
 | 
			
		||||
gm = gamma_method
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def _format_uncertainty(value, dvalue, significance=2):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue