Add custom interpolation
Compare changes
+ 32
− 3
@@ -925,7 +925,10 @@ class Counter(object):
@@ -942,8 +945,34 @@ class UnsortedInterp2d(interp2d):
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 MR calls the underlying interpolation routines in scipy rather than using the scipy interp2d method.
This removes some overheads/safety checking which will make things a little faster for time and distance marginalized runs.
I also removed the part where it does the outer product when two arrays are passed. This was also needed for !856 (merged).