import mesh2scattering as m2s
import pyfar as pf
points = pf.samplings.sph_lebedev(sh_order=10)
grid = m2s.input.EvaluationGrid.from_spherical(
    points, "Lebedev_N10")
