Skip to content

Commit e9f6e43

Browse files
committed
increase number of points to 5000
1 parent 905bb42 commit e9f6e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/docs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ on the *Play* :fa:`play` button or move the sliders.
147147
return np.exp(-(x**2 + y**2 + z**2 - 0.75**2)**2/a**4)
148148

149149
learner = adaptive.LearnerND(sphere, bounds=[(-1, 1), (-1, 1), (-1, 1)])
150-
adaptive.runner.simple(learner, lambda l: l.npoints == 3000)
150+
adaptive.runner.simple(learner, lambda l: l.npoints == 5000)
151151

152152
fig = learner.plot_3D()
153153

0 commit comments

Comments
 (0)