Relax the tolerance of the tilts at infinity test so that it passes for Debian Buster
Description
This relaxes the rtol
setting in lalsimulation/test/python/test_prec_avg_evol.py
from 1.e-7
to 1.e-6
to take care of the failure with Debian Buster mentioned in #503 (closed) (first reported in #465 (closed), where Steffen confirmed that this change fixed the problem).
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
This hasn't been reviewed officially, but it's a very small change and Steffen confirmed that this change fixes the problem.