Browse code

2D: remove empty line

Bas Nijholt authored on 19/12/2017 10:35:43
Showing 1 changed files
... ...
@@ -272,7 +272,6 @@ class Learner2D(BaseLearner):
272 272
 
273 273
         return points_new, losses_new
274 274
 
275
-
276 275
     def choose_points(self, n, add_data=True):
277 276
         # Even if add_data is False we add the point such that _fill_stack
278 277
         # will return new points, later we remove these points if needed.