mirror of
				https://github.com/fjosw/pyerrors.git
				synced 2025-10-31 07:45:45 +01:00 
			
		
		
		
	Merge branch 'develop' into documentation
This commit is contained in:
		
				commit
				
					
						3b3ae3c663
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -443,7 +443,7 @@ class Obs: | ||||||
|         """ |         """ | ||||||
|         return self.is_zero() or np.abs(self.value) <= sigma * self._dvalue |         return self.is_zero() or np.abs(self.value) <= sigma * self._dvalue | ||||||
| 
 | 
 | ||||||
|     def is_zero(self, rtol=1.e-5, atol=1.e-8): |     def is_zero(self, rtol=1e-14, atol=1e-10): | ||||||
|         """Checks whether the observable is zero within a given tolerance. |         """Checks whether the observable is zero within a given tolerance. | ||||||
| 
 | 
 | ||||||
|         Parameters |         Parameters | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue