- Add filterwarnings = ["error::DeprecationWarning"] to pyproject.toml so future np.cross 2-D reintroductions fail CI immediately (closes #2384) - Add test_get_polygon_center_no_deprecation_warning: asserts no DeprecationWarning from get_polygon_center (Copilot inline comment) - Add test_cross_product_no_deprecation_warning: asserts no DeprecationWarning from cross_product (Copilot inline comment) - Add test_cross_product_sign (4 parametrised cases): above / below / on-line / offset-start — directly tests the inline determinant correctness - Improve cross_product docstring: blank line after summary, adds Examples section with correct output, notes NumPy 2.0 rationale --------- Co-authored-by: jirka <6035284+Borda@users.noreply.github.com> Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_core.py | ||
| test_utils.py | ||