nanograv / enterprise_extensions

A set of extension codes, utilities, and scripts for the enterprise PTA analysis framework.
MIT License
26 stars 59 forks source link

adding Paul Baker's sample utility module #216

Closed astrolamb closed 9 months ago

astrolamb commented 1 year ago

Adding @paulthebaker 's utility module to add jump proposals and empiricial distributions easily!

paulthebaker commented 1 year ago

These functions should be added to existing modules rather than starting a new module. enterprise_extensions.sampler is probably the right place for most of it.

AaronDJohnson commented 1 year ago

There are some linting issues. You can run flake8 on the code to see where these are (or look at the logs).