We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd8673 commit 100f289Copy full SHA for 100f289
1 file changed
adaptive/learner/triangulation.py
@@ -26,7 +26,7 @@ def fast_norm(v: Union[Tuple[float, ...], np.ndarray]) -> float:
26
27
def fast_2d_point_in_simplex(
28
point: Point, simplex: SimplexPoints, eps: float = 1e-8
29
-) -> Union[bool, np.bool_]:
+) -> bool:
30
(p0x, p0y), (p1x, p1y), (p2x, p2y) = simplex
31
px, py = point
32
0 commit comments