We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93442d commit 712a2abCopy full SHA for 712a2ab
docs/source/faq.rst
@@ -25,7 +25,7 @@ How do I get a `~adaptive.Learner2D`\'s data on a grid?
25
Use ``learner.interpolated_on_grid()`` optionally with a argument ``n`` to specify the the amount of points in ``x`` and ``y``.
26
27
28
-Why can I not use a ``lambda`` function?
+Why can I not use a ``lambda`` with a learner?
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
31
When using the `~adaptive.Runner` the learner's function is evaluated in different Python processes.
0 commit comments