Skip to content

Commit b76ac11

Browse files
committed
add newline
1 parent 84cba2e commit b76ac11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adaptive/learner/learner1D.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def _wrapped(loss_per_interval):
6666
return loss_per_interval
6767
return _wrapped
6868

69+
6970
@uses_nth_neighbors(0)
7071
def uniform_loss(xs, ys):
7172
"""Loss function that samples the domain uniformly.

0 commit comments

Comments
 (0)