change one-line docstring to fit in one line.
This commit is contained in:
parent
b16046fd43
commit
4c6b8c490f
|
@ -468,9 +468,7 @@ class Test():
|
||||||
rtol = 1e-5,
|
rtol = 1e-5,
|
||||||
atol = 1e-8,
|
atol = 1e-8,
|
||||||
debug = False):
|
debug = False):
|
||||||
"""
|
""" compare tables with np.allclose """
|
||||||
compare tables with np.allclose
|
|
||||||
"""
|
|
||||||
if not (isinstance(files, Iterable) and not isinstance(files, str)): # check whether list of files is requested
|
if not (isinstance(files, Iterable) and not isinstance(files, str)): # check whether list of files is requested
|
||||||
files = [str(files)]
|
files = [str(files)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue