change one-line docstring to fit in one line.

This commit is contained in:
Chen 2016-09-02 14:34:35 -04:00 committed by chen
parent b16046fd43
commit 4c6b8c490f
1 changed files with 1 additions and 3 deletions

View File

@ -468,9 +468,7 @@ class Test():
rtol = 1e-5,
atol = 1e-8,
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
files = [str(files)]