"""Cross-check that the Rust Gauss-Legendre quadrature agrees with NumPy."""
# No direct Python binding for quadrature (it's internal), but we can
# integrate polynomials and compare with numpy.polynomial.legendre.
# This test is a placeholder that documents the intended verification
# approach; the corresponding Rust-side unit tests in src/quadrature.rs
# cover the actual check.
, =
# Sum of weights = 2 on (-1, 1).
assert
# Integrates x^7 exactly to 0.
assert