style: spacing
This commit is contained in:
@@ -3,9 +3,10 @@ from scipy.integrate import quad, quadrature
|
||||
|
||||
|
||||
def complex_quad(func, a, b, **kwargs):
|
||||
'''
|
||||
Extends scipy.integrate for complex functions.
|
||||
'''
|
||||
"""
|
||||
Extends scipy.integrate for complex functions.
|
||||
"""
|
||||
|
||||
def real_func(x):
|
||||
return np.real(func(x))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user