fix doc loss and codacy
This commit is contained in:
@@ -45,7 +45,8 @@ class Difference(OperationInterface):
|
||||
:param LabelTensor point: Point to be checked.
|
||||
:param bool check_border: If ``True``, the border is considered inside
|
||||
the domain. Default is ``False``.
|
||||
:return: ``True`` if the point is inside the domain, ``False`` otherwise.
|
||||
:return: ``True`` if the point is inside the domain,
|
||||
``False`` otherwise.
|
||||
:rtype: bool
|
||||
"""
|
||||
for geometry in self.geometries[1:]:
|
||||
|
||||
Reference in New Issue
Block a user