Skip to content

Add point to plane distance using Hesse normal form #17324

Add point to plane distance using Hesse normal form

Add point to plane distance using Hesse normal form #17324

Triggered via pull request March 9, 2026 17:26
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
ruff (W292): geometry/point_to_plane_distance.py#L25
geometry/point_to_plane_distance.py:25:69: W292 No newline at end of file help: Add trailing newline
ruff (W293): geometry/point_to_plane_distance.py#L24
geometry/point_to_plane_distance.py:24:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (E501): geometry/point_to_plane_distance.py#L8
geometry/point_to_plane_distance.py:8:89: E501 Line too long (113 > 88)