HOPS
HOPS class reference
|
Public Member Functions | |
def | __eq__ (self, other) |
def | __ne__ (self, other) |
def | approximately_equal (self, other, pedantic=False, verbose=True, abs_tol=1e-14, rel_tol=1e-6) |
def | approximately_equal_field (self, other, field_name, pedantic=False, verbose=True, abs_tol=1e-14, rel_tol=1e-6) |
def | contains_floats (self) |
def | printsummary (self) |
base class which implements comparison operations eq and ne and a print-summary
def afio.afio.AFIOStructureBase.__eq__ | ( | self, | |
other | |||
) |
def afio.afio.AFIOStructureBase.__ne__ | ( | self, | |
other | |||
) |
def afio.afio.AFIOStructureBase.approximately_equal | ( | self, | |
other, | |||
pedantic = False , |
|||
verbose = True , |
|||
abs_tol = 1e-14 , |
|||
rel_tol = 1e-6 |
|||
) |
compares two object, wary about floating point types
def afio.afio.AFIOStructureBase.approximately_equal_field | ( | self, | |
other, | |||
field_name, | |||
pedantic = False , |
|||
verbose = True , |
|||
abs_tol = 1e-14 , |
|||
rel_tol = 1e-6 |
|||
) |
compares a single field in two object, wary about floating point types
def afio.afio.AFIOStructureBase.contains_floats | ( | self | ) |
def afio.afio.AFIOStructureBase.printsummary | ( | self | ) |
dump data in structure