... | @@ -338,7 +338,7 @@ print("max difference for 'final_spin': {}".format(np.max(np.abs(difference)))) |
... | @@ -338,7 +338,7 @@ print("max difference for 'final_spin': {}".format(np.max(np.abs(difference)))) |
|
|
|
|
|
print("-------- SEOBNRv4PHM --------")
|
|
print("-------- SEOBNRv4PHM --------")
|
|
f = read("SEOBNRv4PHM_pesummary.dat")
|
|
f = read("SEOBNRv4PHM_pesummary.dat")
|
|
nathan = np.genfromtxt("SEOBNRv4PHM_final_state_samples.dat", names=True)
|
|
nathan = np.genfromtxt("SEOBNRv4PHM_final_state_samples_bugfix.dat", names=True)
|
|
fm_n = nathan["Mf_SEOBNRv4PHM"]
|
|
fm_n = nathan["Mf_SEOBNRv4PHM"]
|
|
fs_n = nathan["af_SEOBNRv4PHM"]
|
|
fs_n = nathan["af_SEOBNRv4PHM"]
|
|
|
|
|
... | @@ -355,6 +355,8 @@ With output: |
... | @@ -355,6 +355,8 @@ With output: |
|
max difference for 'final_mass': 6.66773303237278e-11
|
|
max difference for 'final_mass': 6.66773303237278e-11
|
|
max difference for 'final_spin': 2.536082455151245e-12
|
|
max difference for 'final_spin': 2.536082455151245e-12
|
|
-------- SEOBNRv4PHM --------
|
|
-------- SEOBNRv4PHM --------
|
|
|
|
max difference for 'final_mass': 1.1368683772161603e-13
|
|
|
|
max difference for 'final_spin': 0.0
|
|
```
|
|
```
|
|
|
|
|
|
## Review comments
|
|
## Review comments
|
... | | ... | |