From 33cf30a1ed3253ce6dd1581385ef9e50596dc796 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Fri, 8 Sep 2017 14:42:12 +0200 Subject: [PATCH] 2D: update comment in _fill_stack --- adaptive/learner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptive/learner.py b/adaptive/learner.py index b882b9b5..36435241 100644 --- a/adaptive/learner.py +++ b/adaptive/learner.py @@ -769,7 +769,7 @@ class Learner2D(BaseLearner): # Reduce to bounds point_new = np.clip(point_new, *zip(*self.bounds)) - # Check if it is really new (also, revert to mean point optionally) + # Check if it is really new if point_exists(point_new): dev[jsimplex] = 0 continue -- GitLab