Skip to content

bayespputils.py: do not use scipy.interpolate.spline, which does not exist in the update scipy.

Description

This patch fixes bayespputils.py so that it does not use scipy.interpolate.spline, which does not exist in the update scipy.
This change slightly changes the plotted calibration envelops.
Here are the envelops with the old codes and those with the new codes.
The comparison of the V1 envelops with the old codes and with the new codes is here. (The solid lines show the mean values and the dashed lines show the 90% confidence intervals.)
This patch fixes #170 (closed).

@cjhaster @vivien Are those changes small enough to be merged?

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

Edited by LALSuite Bot

Merge request reports