4 space indentation

This commit is contained in:
Martin Diehl 2020-02-22 00:19:27 +01:00
parent fd11f073f0
commit 9d4cbe5168
3 changed files with 398 additions and 402 deletions

View File

@ -4,14 +4,10 @@ from . import Lambert
P = -1
def isone(a):
return np.isclose(a,1.0,atol=1.0e-7,rtol=0.0)
def iszero(a):
return np.isclose(a,0.0,atol=1.0e-12,rtol=0.0)
####################################################################################################
class Rotation:
u"""
Orientation stored with functionality for conversion to different representations.