mirror of
				https://github.com/fjosw/pyerrors.git
				synced 2025-11-04 09:35:45 +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)
 | 
					    return np.vectorize(lambda o: o.gm(**kwargs))(x)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def gm(x, **kwargs):
 | 
					gm = gamma_method
 | 
				
			||||||
    """Short version of the vectorized gamma_method.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    See docstring of pe.Obs.gamma_method for details
 | 
					 | 
				
			||||||
    """
 | 
					 | 
				
			||||||
    return gamma_method(x, **kwargs)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def _format_uncertainty(value, dvalue, significance=2):
 | 
					def _format_uncertainty(value, dvalue, significance=2):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue