Skip to content

2025-01-01

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 03:25
· 3 commits to master since this release
0dd0bac
Remove int(mu) in timing synchronization input (#60)

Line148: adding int(mu) does nothing since mu is always fractional at this point (0 <= mu < 1). Taking int(fractional number) always returns 0