vectorise prior calculations
Compare changes
+ 4
− 8
@@ -1029,7 +1029,7 @@ class Result(object):
@@ -1044,13 +1044,9 @@ class Result(object):
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.
This vectorises the prior calculation done at the end of the run. I was finding this was running super-slowly for large numbers of samples and parameters as it was basically a nested for loop.