From 71b4ee26f3dfd2497bda91948b81a8caef39ef4e Mon Sep 17 00:00:00 2001 From: VanyaBelyaev Date: Thu, 28 Mar 2024 20:55:25 +0100 Subject: [PATCH] Update integral.py --- ostap/math/integral.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostap/math/integral.py b/ostap/math/integral.py index 5135b498..35e95b1a 100755 --- a/ostap/math/integral.py +++ b/ostap/math/integral.py @@ -465,7 +465,7 @@ def integral ( fun , **kwargs ) : """Use Romberg integration as default method when scipy is not available """ - return romberg ( func , + return romberg ( fun , xmin = xmin , xmax = xmax , args = args ,