Functions | |
| def | test_inf_v1 (m1, m2, chi1, chi2, tilt1, tilt2, phi12, fref, tilt1_inf, tilt2_inf, version) |
| Regression test for calc_tilts_at_infty_hybrid_evolve for calculating tilts at infinity. More... | |
| def | test_inf_v2 (m1, m2, chi1, chi2, tilt1, tilt2, phi12, fref, tilt1_inf, tilt2_inf, version) |
| Regression test for calc_tilts_at_infty_hybrid_evolve for calculating tilts at infinity. More... | |
Variables | |
| string | CONDA_BUILD_TEST = "TEST" |
| list | test_data_inf_v1 |
| list | test_data_inf_v2 |
| args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-hybrid_evol.xml"] | |
| def test_hybrid_evol.test_inf_v1 | ( | m1, | |
| m2, | |||
| chi1, | |||
| chi2, | |||
| tilt1, | |||
| tilt2, | |||
| phi12, | |||
| fref, | |||
| tilt1_inf, | |||
| tilt2_inf, | |||
| version | |||
| ) |
Regression test for calc_tilts_at_infty_hybrid_evolve for calculating tilts at infinity.
m1, m2: Detector frame masses of the binary, in kg chi1, chi2: Dimensionless spin magnitudes of the binary tilt1, tilt2: Tilt angles of the binary's spins (w.r.t. the orbital angular momentum) at fref phi12: Angle between the in-plane components of the spins at fref fref: Reference frequency, in Hz tilt1_inf, tilt2_inf: Tilt angles at infinity version: Version of calculation to test
Definition at line 89 of file test_hybrid_evol.py.
| def test_hybrid_evol.test_inf_v2 | ( | m1, | |
| m2, | |||
| chi1, | |||
| chi2, | |||
| tilt1, | |||
| tilt2, | |||
| phi12, | |||
| fref, | |||
| tilt1_inf, | |||
| tilt2_inf, | |||
| version | |||
| ) |
Regression test for calc_tilts_at_infty_hybrid_evolve for calculating tilts at infinity.
m1, m2: Detector frame masses of the binary, in kg chi1, chi2: Dimensionless spin magnitudes of the binary tilt1, tilt2: Tilt angles of the binary's spins (w.r.t. the orbital angular momentum) at fref phi12: Angle between the in-plane components of the spins at fref fref: Reference frequency, in Hz tilt1_inf, tilt2_inf: Tilt angles at infinity version: Version of calculation to test
Definition at line 109 of file test_hybrid_evol.py.
| string test_hybrid_evol.CONDA_BUILD_TEST = "TEST" |
Definition at line 38 of file test_hybrid_evol.py.
| list test_hybrid_evol.test_data_inf_v1 |
Definition at line 44 of file test_hybrid_evol.py.
| list test_hybrid_evol.test_data_inf_v2 |
Definition at line 59 of file test_hybrid_evol.py.
| test_hybrid_evol.args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-hybrid_evol.xml"] |
Definition at line 119 of file test_hybrid_evol.py.