Update PESummary metafile authored by Charlie Hoy's avatar Charlie Hoy
This is a check to make sure that the result file downloaded from a PESummary webpage can be read in with both PESummary and external packages and to make sure that the data contained in it is correct. This test was conducted using the following result file ``. This is a check to make sure that the result file produced from PESummary contains the same data as the input LALInference file. The following script was used to check the data:
# Reading in with PESummary
The following script was used to read in the result file:
```python
```
# Reading in with h5py/json/pandas/Astropy
The following script was used to read in the result file:
```python
```
# Checking stored data
The following script was used to check the data
```python ```python
from pesummary.gw.file.read import read from pesummary.gw.file.read import read
... ...
......