Allows users to give priors as an OrderedDict
Compare changes
Files
2+ 6
− 3
@@ -7,12 +7,13 @@ from scipy.integrate import cumtrapz
@@ -23,8 +24,8 @@ class PriorSet(dict):
@@ -32,6 +33,8 @@ class PriorSet(dict):
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 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 maintenance will be upgrading the GitLab database in order to be ready for the migration.
By putting in the dictionary as an ordered dict, the way priors are entered determines the order they are plotted, which is what most people will expect.