Classes | |
| class | TestSpiral |
| class | _LeadCurve |
| class | TestLead |
| class | TestPancake |
Functions | |
| fd (fun, s, h=1e-4) | |
| relerr (x, y) | |
| make_coil (sense=+1, ramp=8.0, release=6.0) | |
| jump (fun, s, h=1e-9) | |
Variables | |
| SCRATCH = os.environ.get("PANCAKE_SCRATCH", os.path.join(os.path.dirname(__file__), "_out")) | |
Consistency checks for the pancake geometry (run: python -m unittest discover -s tests).
| fd | ( | fun, | |
| s, | |||
| h = 1e-4 ) |
| jump | ( | fun, | |
| s, | |||
| h = 1e-9 ) |
Difference between the values just left and right of s (a jump if >> 2h |f'|).
| make_coil | ( | sense = +1, | |
| ramp = 8.0, | |||
| release = 6.0 ) |
| relerr | ( | x, | |
| y ) |
| test_pancake.SCRATCH = os.environ.get("PANCAKE_SCRATCH", os.path.join(os.path.dirname(__file__), "_out")) |