LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Namespaces | Functions
testUtils.py File Reference

Go to the source code of this file.

Namespaces

 lsst.geom.testUtils
 

Functions

def lsst.geom.testUtils.extraMsg (msg)
 
def lsst.geom.testUtils.assertAnglesAlmostEqual (testCase, ang0, ang1, maxDiff=0.001 *arcseconds, ignoreWrap=True, msg="Angles differ")
 
def lsst.geom.testUtils.assertPairsAlmostEqual (testCase, pair0, pair1, maxDiff=1e-7, msg="Pairs differ")
 
def lsst.geom.testUtils.assertPairListsAlmostEqual (testCase, list0, list1, maxDiff=1e-7, msg=None)
 
def lsst.geom.testUtils.assertSpherePointsAlmostEqual (testCase, sp0, sp1, maxSep=0.001 *arcseconds, msg="")
 
def lsst.geom.testUtils.assertSpherePointListsAlmostEqual (testCase, splist0, splist1, maxSep=0.001 *arcseconds, msg=None)
 
def lsst.geom.testUtils.assertBoxesAlmostEqual (testCase, box0, box1, maxDiff=1e-7, msg="Boxes differ")