Skip to content

update rapidpe-rift-pipe to v0.6.8

VINAYA VALSAN requested to merge vinaya.valsan/gwcelery:rpe_to_0p6p8 into main

4 events in the playground failed to parse rapidpe's p_astro.json with this error in sentry

RapidPE uses 128bit to deal with large numbers in likelihood. Since json.dumps doesn't support 128bit, trying to save the 128bit p_astro numbers in json gives this error TypeError: Object of type longdouble is not JSON serializable in rapidpe. Due to this rapidpe ends up saving an incomplete pastro file resulting in the sentry error linked above.

rapidpe-rift-pipe==0.6.8 fixes this by converting 128but to 64bit just before saving as json.

https://git.ligo.org/computing/sccb/-/issues/1449

Merge request reports