... | ... | @@ -638,7 +638,6 @@ $ python force_remnant.py |
|
|
|
|
|
Now we check that spin evolution is performed if forced:
|
|
|
|
|
|
```python
|
|
|
```python
|
|
|
from pesummary.io import read
|
|
|
|
... | ... | @@ -649,7 +648,6 @@ f.generate_all_posterior_samples(force_remnant_computation=True, evolve_spins=Tr |
|
|
assert "final_mass" in f.parameters
|
|
|
print(f.parameters)
|
|
|
```
|
|
|
```
|
|
|
|
|
|
## Review comments
|
|
|
|
... | ... | |