Skip to content

Commit

Permalink
fix whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
c-d-leonard committed Dec 5, 2018
1 parent ad7a61c commit b6de343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyccl/pyutils.py
Expand Up @@ -27,7 +27,7 @@ def debug_mode(debug):

# This function is not used anymore so we don't want Coveralls to
# include it, but we keep it in case it is needed at some point.
def _vectorize_fn_simple(fn, fn_vec, x,
def _vectorize_fn_simple(fn, fn_vec, x,
returns_status=True): # pragma: no cover
"""Generic wrapper to allow vectorized (1D array) access to CCL functions with
one vector argument (but no dependence on cosmology).
Expand Down

0 comments on commit b6de343

Please sign in to comment.