File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ def ip(self):
219
219
220
220
@property
221
221
def tri (self ):
222
- """A `adaptive.learner.Triangulation` instance with all the points
223
- of the learner."""
222
+ """An `adaptive.learner.triangulation. Triangulation` instance
223
+ with all the points of the learner."""
224
224
if self ._tri is not None :
225
225
return self ._tri
226
226
@@ -230,8 +230,8 @@ def tri(self):
230
230
return self ._tri
231
231
except ValueError :
232
232
# A ValueError is raised if we do not have enough points or
233
- # the provided points are coplanar, so we need more points to create
234
- # a valid triangulation
233
+ # the provided points are coplanar, so we need more points to
234
+ # create a valid triangulation
235
235
return None
236
236
237
237
@property
You can’t perform that action at this time.
0 commit comments