Source code for repo_template.template_module
'''template module
'''
[docs]def function(*arg, **kwargs):
'''Description
Parameters
----------
arg1 : int
Some input
arg2 : float
Some other input
arg3 : string
Yet another input
arg4 : 2D np.ndarray, (n, p)
An array input
Returns
-------
out1 : float
'''
pass