Skip to content
Snippets Groups Projects
Commit 77ec0687 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

fix whitespace

parent 03badcd6
No related branches found
No related tags found
No related merge requests found
Pipeline #12833 passed
......@@ -17,7 +17,7 @@ class DataSaver:
-------
Imagine we have a function that returns a dictionary
of the form: ``{'y': y, 'err_est': err_est}``.
>>> from operator import itemgetter
>>> _learner = Learner1D(f, bounds=(-1.0, 1.0))
>>> learner = DataSaver(_learner, arg_picker=itemgetter('y'))
......
......@@ -6,4 +6,3 @@
tail -n1 $f | read -r _ || echo $f: no newline at end of file
tail -n1 $f | grep -q '^$' && echo $f: empty line at end of file
done | grep . >&2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment