remove white space in docstring

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

View File

@ -468,7 +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)]