Skip to content
Snippets Groups Projects

MAINT: switch to cumulative_trapezoid

Merged Colm Talbot requested to merge switch-to-cumulative_trapezoid into master

I noticed this test warning so I'm going to make the needed changes here.

test/gw/plot_test.py: 18 warnings
  /builds/lscsoft/bilby/bilby/core/prior/interpolated.py:169: DeprecationWarning: 'scipy.integrate.cumtrapz' is deprecated in favour of 'scipy.integrate.cumulative_trapezoid' and will be removed in SciPy 1.14.0
    self.YY = cumtrapz(self._yy, self.xx, initial=0)

Merge request reports

Pipeline #602197 passed

Pipeline passed for 80af71d3 on switch-to-cumulative_trapezoid

Test coverage 71.00% (0.00%) from 1 job
Approved by

Merged by Colm TalbotColm Talbot 1 year ago (Feb 26, 2024 7:37pm UTC)

Merge details

  • Changes merged into master with 1a89e8e8 (commits were squashed).
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #602213 passed

Pipeline passed for 1a89e8e8 on master

Test coverage 71.00% (0.00%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading