Skip to content

Addressing issue #182 : scipy.integrate.simps deprecated#186

Open
PierreRemacle wants to merge 1 commit intohavakv:masterfrom
PierreRemacle:master
Open

Addressing issue #182 : scipy.integrate.simps deprecated#186
PierreRemacle wants to merge 1 commit intohavakv:masterfrom
PierreRemacle:master

Conversation

@PierreRemacle
Copy link
Copy Markdown

Changed the function call to fit modern version of scipy

        #integral = scipy.integrate.simps(scores, time_grid) 
        integral = scipy.integrate.simpson(y=scores, x=time_grid)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant