File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ def remove_unfinished(self):
501
501
self ._stack [p ] = np .inf
502
502
503
503
def plot (self , n = None , tri_alpha = 0 ):
504
- """Plot the Learner2D's current state.
504
+ r """Plot the Learner2D's current state.
505
505
506
506
This plot function interpolates the data on a regular grid.
507
507
The gridspacing is evaluated by checking the size of the smallest
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def _default_executor(*args, **kwargs):
55
55
56
56
57
57
class BaseRunner (metaclass = abc .ABCMeta ):
58
- """Base class for runners that use `concurrent.futures.Executors`.
58
+ r """Base class for runners that use `concurrent.futures.Executors`.
59
59
60
60
Parameters
61
61
----------
@@ -369,7 +369,7 @@ def elapsed_time(self):
369
369
370
370
371
371
class AsyncRunner (BaseRunner ):
372
- """Run a learner asynchronously in an executor using `asyncio`.
372
+ r """Run a learner asynchronously in an executor using `asyncio`.
373
373
374
374
Parameters
375
375
----------
You can’t perform that action at this time.
0 commit comments