Functions | |
| def | get_stored_data () |
| Pre-computed data for different waveform modes, in geometric units. More... | |
| def | test_SEOBNRv4HMPA () |
| Test that the waveform modes of SEOBNRv4HM_PA have not changed. More... | |
Variables | |
| precision | |
| dictionary | rtol_amp = {(2, 2): 1e-5, (2, 1): 1e-5, (3, 3): 1e-5, (4, 4): 1e-5, (5, 5): 1e-5} |
| dictionary | rtol_phase = {(2, 2): 1e-5, (2, 1): 1e-5, (3, 3): 1e-5, (4, 4): 1e-5, (5, 5): 1e-5} |
| args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-SEOBNRv4HMPA.xml"] | |
| def test_SEOBNRv4HM_PA.get_stored_data | ( | ) |
Pre-computed data for different waveform modes, in geometric units.
Used in the regression test of SEOBNRv4HM_PA
Returns: Dict: dictionary containing the modes
Definition at line 37 of file test_SEOBNRv4HM_PA.py.
| def test_SEOBNRv4HM_PA.test_SEOBNRv4HMPA | ( | ) |
Test that the waveform modes of SEOBNRv4HM_PA have not changed.
This is done by comparing the modes directly at a set of pre-determined time points that cover the inspiral, merger and RD.
Definition at line 202 of file test_SEOBNRv4HM_PA.py.
| test_SEOBNRv4HM_PA.precision |
Definition at line 25 of file test_SEOBNRv4HM_PA.py.
| dictionary test_SEOBNRv4HM_PA.rtol_amp = {(2, 2): 1e-5, (2, 1): 1e-5, (3, 3): 1e-5, (4, 4): 1e-5, (5, 5): 1e-5} |
Definition at line 193 of file test_SEOBNRv4HM_PA.py.
| dictionary test_SEOBNRv4HM_PA.rtol_phase = {(2, 2): 1e-5, (2, 1): 1e-5, (3, 3): 1e-5, (4, 4): 1e-5, (5, 5): 1e-5} |
Definition at line 194 of file test_SEOBNRv4HM_PA.py.
| test_SEOBNRv4HM_PA.args = sys.argv[1:] or ["-v", "-rs", "--junit-xml=junit-SEOBNRv4HMPA.xml"] |
Definition at line 267 of file test_SEOBNRv4HM_PA.py.