update rapid-pe and rapidpe-rift-pipe versions and add config options for rapidpe
Update the version of rapid-pe to 0.0.4 and update the version of rapidpe-rift-pipe to version 0.0.7. These new versions include the updated grid region method for Rapid PE based on an MDC study of search biases. Documentation: https://git.ligo.org/vinaya.valsan/rapidpe_sample_mdc/-/wikis/Caitlin:-Initial-Grid-Region-Code-Visualization https://git.ligo.org/vinaya.valsan/rapidpe_sample_mdc/-/wikis/Caitlin:-Which-weighting-for-BNS-range https://git.ligo.org/vinaya.valsan/rapidpe_sample_mdc/-/wikis/Caitlin:-Which-weighting-for-NSBH-range https://git.ligo.org/vinaya.valsan/rapidpe_sample_mdc/-/wikis/Caitlin:-Which-weighting-for-BBH-range
Add two new keys in config file for rapid pe runs: use_event_spin and cProfile.
Merge request reports
Activity
- Resolved by Cody Messick
Can you please rebase and then run
poetry lock --no-update
to update the lock file? For context, the file you updated,pyproject.toml
, basically lists our dependencies and their constraints. The lock file,poetry.lock
, uses it to generate a list of dependencies with exact version numbers, and then those are what we actually use. Please make sure your poetry version is at least v1.3.0 (they changed the format of the lock files in that version, so using an older version will make the diff larger than it needs to be).I can help you set up a virtual environment to install poetry in if you need or want.