* output from running `summaryreview` can be seen here: https://ldas-jobs.ligo.caltech.edu/~charlie.hoy/projects/pesummary_review/v0.13.0/cbcBayesPostProc/home.html
I checked that the reweighted samples output by PESummary are equal to those output from the reviewed [`resample_uniform_comoving.py`](https://git.ligo.org/pe/O3/o3a_catalog_events/-/blob/master/scripts/resample_uniform_comoving.py)(used in the GWTC-2 catalog) when ran on the same publically available posterior samples (`GW190408_181802`). In order to remove any differences caused by the `numpy.random` package, I made a small edit to `resample_uniform_comoving.py` to force both scripts to use the same random seed. The diff can be seen below: