Skip to content

PyHEADTAIL v1.0.9

Compare
Choose a tag to compare
@aoeftiger aoeftiger released this 19 Jun 14:35
· 1086 commits to master since this release

Bugfix in transverse_tracking module:
Use numpy float comparison in transverse_tracking.py and
transverse_tracking_cython.pyx to ensure that s[-1]==C.

Other float comparisons have been eliminated e.g. in the particles.py
and the generators.py modules. However, some are still present in the code
and need to be fixed (e.g. in wakes.py, tbc how).