Attempt to allow compound step methods for PyMC3
Compare changes
+ 41
− 13
@@ -36,11 +36,13 @@ class Pymc3(MCMCSampler):
@@ -393,13 +395,27 @@ class Pymc3(MCMCSampler):
@@ -415,11 +431,23 @@ class Pymc3(MCMCSampler):
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 1 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
This MR follows from #256 (closed) and is an attempt to allow users to define compound steps when using PyMC3 in bilby.
@rhys.green - can you give this a try and see if it works for you?