1 line
98 KiB
JSON
1 line
98 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "label": "test_legendre.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L1"}, {"id": "test_legendre_trim", "label": "trim()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L25"}, {"id": "test_legendre_testconstants", "label": "TestConstants", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L29"}, {"id": "test_legendre_testconstants_test_legdomain", "label": ".test_legdomain()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L31"}, {"id": "test_legendre_testconstants_test_legzero", "label": ".test_legzero()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L34"}, {"id": "test_legendre_testconstants_test_legone", "label": ".test_legone()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L37"}, {"id": "test_legendre_testconstants_test_legx", "label": ".test_legx()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L40"}, {"id": "test_legendre_testarithmetic", "label": "TestArithmetic", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L44"}, {"id": "test_legendre_testarithmetic_test_legadd", "label": ".test_legadd()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L47"}, {"id": "test_legendre_testarithmetic_test_legsub", "label": ".test_legsub()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L57"}, {"id": "test_legendre_testarithmetic_test_legmulx", "label": ".test_legmulx()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L67"}, {"id": "test_legendre_testarithmetic_test_legmul", "label": ".test_legmul()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L76"}, {"id": "test_legendre_testarithmetic_test_legdiv", "label": ".test_legdiv()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L90"}, {"id": "test_legendre_testarithmetic_test_legpow", "label": ".test_legpow()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L101"}, {"id": "test_legendre_testevaluation", "label": "TestEvaluation", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L111"}, {"id": "test_legendre_testevaluation_test_legval", "label": ".test_legval()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L121"}, {"id": "test_legendre_testevaluation_test_legval2d", "label": ".test_legval2d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L142"}, {"id": "test_legendre_testevaluation_test_legval3d", "label": ".test_legval3d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L159"}, {"id": "test_legendre_testevaluation_test_leggrid2d", "label": ".test_leggrid2d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L176"}, {"id": "test_legendre_testevaluation_test_leggrid3d", "label": ".test_leggrid3d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L190"}, {"id": "test_legendre_testintegral", "label": "TestIntegral", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L205"}, {"id": "test_legendre_testintegral_test_legint", "label": ".test_legint()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L207"}, {"id": "test_legendre_testintegral_test_legint_axis", "label": ".test_legint_axis()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L290"}, {"id": "test_legendre_testintegral_test_legint_zerointord", "label": ".test_legint_zerointord()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L306"}, {"id": "test_legendre_testderivative", "label": "TestDerivative", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L310"}, {"id": "test_legendre_testderivative_test_legder", "label": ".test_legder()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L312"}, {"id": "test_legendre_testderivative_test_legder_axis", "label": ".test_legder_axis()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L337"}, {"id": "test_legendre_testderivative_test_legder_orderhigherthancoeff", "label": ".test_legder_orderhigherthancoeff()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L349"}, {"id": "test_legendre_testvander", "label": "TestVander", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L353"}, {"id": "test_legendre_testvander_test_legvander", "label": ".test_legvander()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L357"}, {"id": "test_legendre_testvander_test_legvander2d", "label": ".test_legvander2d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L374"}, {"id": "test_legendre_testvander_test_legvander3d", "label": ".test_legvander3d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L387"}, {"id": "test_legendre_testvander_test_legvander_negdeg", "label": ".test_legvander_negdeg()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L400"}, {"id": "test_legendre_testfitting", "label": "TestFitting", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L404"}, {"id": "test_legendre_testfitting_test_legfit", "label": ".test_legfit()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L406"}, {"id": "test_legendre_testcompanion", "label": "TestCompanion", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L481"}, {"id": "test_legendre_testcompanion_test_raises", "label": ".test_raises()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L483"}, {"id": "test_legendre_testcompanion_test_dimensions", "label": ".test_dimensions()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L487"}, {"id": "test_legendre_testcompanion_test_linear_root", "label": ".test_linear_root()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L492"}, {"id": "test_legendre_testgauss", "label": "TestGauss", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L496"}, {"id": "test_legendre_testgauss_test_100", "label": ".test_100()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L498"}, {"id": "test_legendre_testmisc", "label": "TestMisc", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L515"}, {"id": "test_legendre_testmisc_test_legfromroots", "label": ".test_legfromroots()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L517"}, {"id": "test_legendre_testmisc_test_legroots", "label": ".test_legroots()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L529"}, {"id": "test_legendre_testmisc_test_legtrim", "label": ".test_legtrim()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L537"}, {"id": "test_legendre_testmisc_test_legline", "label": ".test_legline()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L548"}, {"id": "test_legendre_testmisc_test_legline_zeroscl", "label": ".test_legline_zeroscl()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L551"}, {"id": "test_legendre_testmisc_test_leg2poly", "label": ".test_leg2poly()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L554"}, {"id": "test_legendre_testmisc_test_poly2leg", "label": ".test_poly2leg()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L558"}, {"id": "test_legendre_testmisc_test_weight", "label": ".test_weight()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L562"}, {"id": "test_legendre_rationale_1", "label": "Tests for legendre module.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L1"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "numpy_polynomial_legendre", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "numpy_polynomial_polynomial", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "numpy_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_trim", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_testconstants", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L29", "weight": 1.0}, {"source": "test_legendre_testconstants", "target": "test_legendre_testconstants_test_legdomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L31", "weight": 1.0}, {"source": "test_legendre_testconstants", "target": "test_legendre_testconstants_test_legzero", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L34", "weight": 1.0}, {"source": "test_legendre_testconstants", "target": "test_legendre_testconstants_test_legone", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L37", "weight": 1.0}, {"source": "test_legendre_testconstants", "target": "test_legendre_testconstants_test_legx", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_testarithmetic", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L44", "weight": 1.0}, {"source": "test_legendre_testarithmetic", "target": "test_legendre_testarithmetic_test_legadd", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L47", "weight": 1.0}, {"source": "test_legendre_testarithmetic", "target": "test_legendre_testarithmetic_test_legsub", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L57", "weight": 1.0}, {"source": "test_legendre_testarithmetic", "target": "test_legendre_testarithmetic_test_legmulx", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L67", "weight": 1.0}, {"source": "test_legendre_testarithmetic", "target": "test_legendre_testarithmetic_test_legmul", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L76", "weight": 1.0}, {"source": "test_legendre_testarithmetic", "target": "test_legendre_testarithmetic_test_legdiv", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L90", "weight": 1.0}, {"source": "test_legendre_testarithmetic", "target": "test_legendre_testarithmetic_test_legpow", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L101", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_testevaluation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L111", "weight": 1.0}, {"source": "test_legendre_testevaluation", "target": "test_legendre_testevaluation_test_legval", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L121", "weight": 1.0}, {"source": "test_legendre_testevaluation", "target": "test_legendre_testevaluation_test_legval2d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L142", "weight": 1.0}, {"source": "test_legendre_testevaluation", "target": "test_legendre_testevaluation_test_legval3d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L159", "weight": 1.0}, {"source": "test_legendre_testevaluation", "target": "test_legendre_testevaluation_test_leggrid2d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L176", "weight": 1.0}, {"source": "test_legendre_testevaluation", "target": "test_legendre_testevaluation_test_leggrid3d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L190", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_testintegral", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L205", "weight": 1.0}, {"source": "test_legendre_testintegral", "target": "test_legendre_testintegral_test_legint", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L207", "weight": 1.0}, {"source": "test_legendre_testintegral", "target": "test_legendre_testintegral_test_legint_axis", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L290", "weight": 1.0}, {"source": "test_legendre_testintegral", "target": "test_legendre_testintegral_test_legint_zerointord", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L306", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_testderivative", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L310", "weight": 1.0}, {"source": "test_legendre_testderivative", "target": "test_legendre_testderivative_test_legder", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L312", "weight": 1.0}, {"source": "test_legendre_testderivative", "target": "test_legendre_testderivative_test_legder_axis", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L337", "weight": 1.0}, {"source": "test_legendre_testderivative", "target": "test_legendre_testderivative_test_legder_orderhigherthancoeff", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L349", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_testvander", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L353", "weight": 1.0}, {"source": "test_legendre_testvander", "target": "test_legendre_testvander_test_legvander", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L357", "weight": 1.0}, {"source": "test_legendre_testvander", "target": "test_legendre_testvander_test_legvander2d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L374", "weight": 1.0}, {"source": "test_legendre_testvander", "target": "test_legendre_testvander_test_legvander3d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L387", "weight": 1.0}, {"source": "test_legendre_testvander", "target": "test_legendre_testvander_test_legvander_negdeg", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L400", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_testfitting", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L404", "weight": 1.0}, {"source": "test_legendre_testfitting", "target": "test_legendre_testfitting_test_legfit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L406", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_testcompanion", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L481", "weight": 1.0}, {"source": "test_legendre_testcompanion", "target": "test_legendre_testcompanion_test_raises", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L483", "weight": 1.0}, {"source": "test_legendre_testcompanion", "target": "test_legendre_testcompanion_test_dimensions", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L487", "weight": 1.0}, {"source": "test_legendre_testcompanion", "target": "test_legendre_testcompanion_test_linear_root", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L492", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_testgauss", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L496", "weight": 1.0}, {"source": "test_legendre_testgauss", "target": "test_legendre_testgauss_test_100", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L498", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "target": "test_legendre_testmisc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L515", "weight": 1.0}, {"source": "test_legendre_testmisc", "target": "test_legendre_testmisc_test_legfromroots", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L517", "weight": 1.0}, {"source": "test_legendre_testmisc", "target": "test_legendre_testmisc_test_legroots", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L529", "weight": 1.0}, {"source": "test_legendre_testmisc", "target": "test_legendre_testmisc_test_legtrim", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L537", "weight": 1.0}, {"source": "test_legendre_testmisc", "target": "test_legendre_testmisc_test_legline", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L548", "weight": 1.0}, {"source": "test_legendre_testmisc", "target": "test_legendre_testmisc_test_legline_zeroscl", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L551", "weight": 1.0}, {"source": "test_legendre_testmisc", "target": "test_legendre_testmisc_test_leg2poly", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L554", "weight": 1.0}, {"source": "test_legendre_testmisc", "target": "test_legendre_testmisc_test_poly2leg", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L558", "weight": 1.0}, {"source": "test_legendre_testmisc", "target": "test_legendre_testmisc_test_weight", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L562", "weight": 1.0}, {"source": "test_legendre_testarithmetic_test_legadd", "target": "test_legendre_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L55", "weight": 1.0}, {"source": "test_legendre_testarithmetic_test_legsub", "target": "test_legendre_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L65", "weight": 1.0}, {"source": "test_legendre_testarithmetic_test_legdiv", "target": "test_legendre_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L99", "weight": 1.0}, {"source": "test_legendre_testarithmetic_test_legpow", "target": "test_legendre_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L108", "weight": 1.0}, {"source": "test_legendre_testintegral_test_legint", "target": "test_legendre_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L230", "weight": 1.0}, {"source": "test_legendre_testderivative_test_legder", "target": "test_legendre_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L321", "weight": 1.0}, {"source": "test_legendre_testmisc_test_legfromroots", "target": "test_legendre_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L519", "weight": 1.0}, {"source": "test_legendre_testmisc_test_legroots", "target": "test_legendre_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L535", "weight": 1.0}, {"source": "test_legendre_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_legendre_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L1", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_legendre_trim", "callee": "legtrim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L26"}, {"caller_nid": "test_legendre_testconstants_test_legdomain", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L32"}, {"caller_nid": "test_legendre_testconstants_test_legzero", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L35"}, {"caller_nid": "test_legendre_testconstants_test_legone", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L38"}, {"caller_nid": "test_legendre_testconstants_test_legx", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L41"}, {"caller_nid": "test_legendre_testarithmetic_test_legadd", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L48"}, {"caller_nid": "test_legendre_testarithmetic_test_legadd", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L49"}, {"caller_nid": "test_legendre_testarithmetic_test_legadd", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L51"}, {"caller_nid": "test_legendre_testarithmetic_test_legadd", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L51"}, {"caller_nid": "test_legendre_testarithmetic_test_legadd", "callee": "legadd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L54"}, {"caller_nid": "test_legendre_testarithmetic_test_legadd", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L55"}, {"caller_nid": "test_legendre_testarithmetic_test_legsub", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L58"}, {"caller_nid": "test_legendre_testarithmetic_test_legsub", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L59"}, {"caller_nid": "test_legendre_testarithmetic_test_legsub", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L61"}, {"caller_nid": "test_legendre_testarithmetic_test_legsub", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L61"}, {"caller_nid": "test_legendre_testarithmetic_test_legsub", "callee": "legsub", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L64"}, {"caller_nid": "test_legendre_testarithmetic_test_legsub", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L65"}, {"caller_nid": "test_legendre_testarithmetic_test_legmulx", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L68"}, {"caller_nid": "test_legendre_testarithmetic_test_legmulx", "callee": "legmulx", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L68"}, {"caller_nid": "test_legendre_testarithmetic_test_legmulx", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L69"}, {"caller_nid": "test_legendre_testarithmetic_test_legmulx", "callee": "legmulx", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L69"}, {"caller_nid": "test_legendre_testarithmetic_test_legmulx", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L70"}, {"caller_nid": "test_legendre_testarithmetic_test_legmulx", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L74"}, {"caller_nid": "test_legendre_testarithmetic_test_legmulx", "callee": "legmulx", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L74"}, {"caller_nid": "test_legendre_testarithmetic_test_legmul", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L78"}, {"caller_nid": "test_legendre_testarithmetic_test_legmul", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L80"}, {"caller_nid": "test_legendre_testarithmetic_test_legmul", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L81"}, {"caller_nid": "test_legendre_testarithmetic_test_legmul", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L84"}, {"caller_nid": "test_legendre_testarithmetic_test_legmul", "callee": "legmul", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L85"}, {"caller_nid": "test_legendre_testarithmetic_test_legmul", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L86"}, {"caller_nid": "test_legendre_testarithmetic_test_legmul", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L87"}, {"caller_nid": "test_legendre_testarithmetic_test_legmul", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L87"}, {"caller_nid": "test_legendre_testarithmetic_test_legmul", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L88"}, {"caller_nid": "test_legendre_testarithmetic_test_legdiv", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L91"}, {"caller_nid": "test_legendre_testarithmetic_test_legdiv", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L92"}, {"caller_nid": "test_legendre_testarithmetic_test_legdiv", "callee": "legadd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L96"}, {"caller_nid": "test_legendre_testarithmetic_test_legdiv", "callee": "legdiv", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L97"}, {"caller_nid": "test_legendre_testarithmetic_test_legdiv", "callee": "legadd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L98"}, {"caller_nid": "test_legendre_testarithmetic_test_legdiv", "callee": "legmul", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L98"}, {"caller_nid": "test_legendre_testarithmetic_test_legdiv", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L99"}, {"caller_nid": "test_legendre_testarithmetic_test_legpow", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L102"}, {"caller_nid": "test_legendre_testarithmetic_test_legpow", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L103"}, {"caller_nid": "test_legendre_testarithmetic_test_legpow", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L105"}, {"caller_nid": "test_legendre_testarithmetic_test_legpow", "callee": "reduce", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L106"}, {"caller_nid": "test_legendre_testarithmetic_test_legpow", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L106"}, {"caller_nid": "test_legendre_testarithmetic_test_legpow", "callee": "legpow", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L107"}, {"caller_nid": "test_legendre_testarithmetic_test_legpow", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L108"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L123"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L123"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L126"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L127"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L128"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L131"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L132"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L135"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L137"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L138"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L138"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L139"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L139"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L140"}, {"caller_nid": "test_legendre_testevaluation_test_legval", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L140"}, {"caller_nid": "test_legendre_testevaluation_test_legval2d", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L147"}, {"caller_nid": "test_legendre_testevaluation_test_legval2d", "callee": "legval2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L151"}, {"caller_nid": "test_legendre_testevaluation_test_legval2d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L152"}, {"caller_nid": "test_legendre_testevaluation_test_legval2d", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L155"}, {"caller_nid": "test_legendre_testevaluation_test_legval2d", "callee": "legval2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L156"}, {"caller_nid": "test_legendre_testevaluation_test_legval2d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L157"}, {"caller_nid": "test_legendre_testevaluation_test_legval3d", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L164"}, {"caller_nid": "test_legendre_testevaluation_test_legval3d", "callee": "legval3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L168"}, {"caller_nid": "test_legendre_testevaluation_test_legval3d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L169"}, {"caller_nid": "test_legendre_testevaluation_test_legval3d", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L172"}, {"caller_nid": "test_legendre_testevaluation_test_legval3d", "callee": "legval3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L173"}, {"caller_nid": "test_legendre_testevaluation_test_legval3d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L174"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid2d", "callee": "einsum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L181"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid2d", "callee": "leggrid2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L182"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid2d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L183"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid2d", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L186"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid2d", "callee": "leggrid2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L187"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid2d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L188"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid3d", "callee": "einsum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L195"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid3d", "callee": "leggrid3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L196"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid3d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L197"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid3d", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L200"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid3d", "callee": "leggrid3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L201"}, {"caller_nid": "test_legendre_testevaluation_test_leggrid3d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L202"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L209"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L210"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L211"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L212"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L213"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L214"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L217"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L219"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L220"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L223"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "poly2leg", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L227"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L228"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "leg2poly", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L229"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L230"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L233"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "poly2leg", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L236"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L237"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L238"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L238"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L241"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "poly2leg", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L245"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L246"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "leg2poly", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L247"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L248"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L251"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L252"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L255"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L256"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L257"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L258"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L261"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L262"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L265"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L266"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L267"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L267"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L267"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L268"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L271"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L272"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L275"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L276"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L277"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L277"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L277"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L278"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L281"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L282"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L285"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L286"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L287"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L287"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L287"}, {"caller_nid": "test_legendre_testintegral_test_legint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L288"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "random", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L292"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L294"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L294"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L295"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L296"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L298"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L298"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L299"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L300"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L302"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L302"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L303"}, {"caller_nid": "test_legendre_testintegral_test_legint_axis", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L304"}, {"caller_nid": "test_legendre_testintegral_test_legint_zerointord", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L307"}, {"caller_nid": "test_legendre_testintegral_test_legint_zerointord", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L307"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L314"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L315"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L318"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "legder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L320"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L321"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L324"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L325"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "legder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L327"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L327"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L328"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L331"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L332"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "legder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L334"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "legint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L334"}, {"caller_nid": "test_legendre_testderivative_test_legder", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L335"}, {"caller_nid": "test_legendre_testderivative_test_legder_axis", "callee": "random", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L339"}, {"caller_nid": "test_legendre_testderivative_test_legder_axis", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L341"}, {"caller_nid": "test_legendre_testderivative_test_legder_axis", "callee": "legder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L341"}, {"caller_nid": "test_legendre_testderivative_test_legder_axis", "callee": "legder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L342"}, {"caller_nid": "test_legendre_testderivative_test_legder_axis", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L343"}, {"caller_nid": "test_legendre_testderivative_test_legder_axis", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L345"}, {"caller_nid": "test_legendre_testderivative_test_legder_axis", "callee": "legder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L345"}, {"caller_nid": "test_legendre_testderivative_test_legder_axis", "callee": "legder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L346"}, {"caller_nid": "test_legendre_testderivative_test_legder_axis", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L347"}, {"caller_nid": "test_legendre_testderivative_test_legder_orderhigherthancoeff", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L351"}, {"caller_nid": "test_legendre_testderivative_test_legder_orderhigherthancoeff", "callee": "legder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L351"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L359"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "legvander", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L360"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L361"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L362"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L364"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L364"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L367"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "legvander", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L368"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L369"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L370"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L372"}, {"caller_nid": "test_legendre_testvander_test_legvander", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L372"}, {"caller_nid": "test_legendre_testvander_test_legvander2d", "callee": "random", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L377"}, {"caller_nid": "test_legendre_testvander_test_legvander2d", "callee": "legvander2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L378"}, {"caller_nid": "test_legendre_testvander_test_legvander2d", "callee": "legval2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L379"}, {"caller_nid": "test_legendre_testvander_test_legvander2d", "callee": "dot", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L380"}, {"caller_nid": "test_legendre_testvander_test_legvander2d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L381"}, {"caller_nid": "test_legendre_testvander_test_legvander2d", "callee": "legvander2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L384"}, {"caller_nid": "test_legendre_testvander_test_legvander2d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L385"}, {"caller_nid": "test_legendre_testvander_test_legvander3d", "callee": "random", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L390"}, {"caller_nid": "test_legendre_testvander_test_legvander3d", "callee": "legvander3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L391"}, {"caller_nid": "test_legendre_testvander_test_legvander3d", "callee": "legval3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L392"}, {"caller_nid": "test_legendre_testvander_test_legvander3d", "callee": "dot", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L393"}, {"caller_nid": "test_legendre_testvander_test_legvander3d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L394"}, {"caller_nid": "test_legendre_testvander_test_legvander3d", "callee": "legvander3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L397"}, {"caller_nid": "test_legendre_testvander_test_legvander3d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L398"}, {"caller_nid": "test_legendre_testvander_test_legvander_negdeg", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L401"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L414"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L415"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L416"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L417"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L418"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L419"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L420"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L421"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L422"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L423"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L424"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L427"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L428"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L430"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L431"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L431"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L432"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L432"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L433"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L434"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L434"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L435"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L435"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L437"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L438"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L438"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L439"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L439"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L440"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L441"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L441"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L442"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L442"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L444"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L445"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L445"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L446"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L446"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L448"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L448"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L449"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L449"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L450"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L450"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L451"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L451"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "zeros_like", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L453"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L454"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L457"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L458"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L459"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L460"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L462"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L462"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L463"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L463"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L464"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L464"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L465"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L465"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L469"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L469"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L470"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L470"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L472"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "f2", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L473"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L474"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L475"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L475"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L476"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L477"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L477"}, {"caller_nid": "test_legendre_testfitting_test_legfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L478"}, {"caller_nid": "test_legendre_testcompanion_test_raises", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L484"}, {"caller_nid": "test_legendre_testcompanion_test_raises", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L485"}, {"caller_nid": "test_legendre_testcompanion_test_dimensions", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L488"}, {"caller_nid": "test_legendre_testcompanion_test_dimensions", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L490"}, {"caller_nid": "test_legendre_testcompanion_test_dimensions", "callee": "legcompanion", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L490"}, {"caller_nid": "test_legendre_testcompanion_test_linear_root", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L493"}, {"caller_nid": "test_legendre_testcompanion_test_linear_root", "callee": "legcompanion", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L493"}, {"caller_nid": "test_legendre_testgauss_test_100", "callee": "leggauss", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L499"}, {"caller_nid": "test_legendre_testgauss_test_100", "callee": "legvander", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L504"}, {"caller_nid": "test_legendre_testgauss_test_100", "callee": "dot", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L505"}, {"caller_nid": "test_legendre_testgauss_test_100", "callee": "sqrt", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L506"}, {"caller_nid": "test_legendre_testgauss_test_100", "callee": "diagonal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L506"}, {"caller_nid": "test_legendre_testgauss_test_100", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L508"}, {"caller_nid": "test_legendre_testgauss_test_100", "callee": "eye", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L508"}, {"caller_nid": "test_legendre_testgauss_test_100", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L512"}, {"caller_nid": "test_legendre_testgauss_test_100", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L512"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "legfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L518"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L519"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L520"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "cos", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L521"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L521"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "legfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L522"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "legval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L523"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L525"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L525"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L526"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "leg2poly", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L526"}, {"caller_nid": "test_legendre_testmisc_test_legfromroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L527"}, {"caller_nid": "test_legendre_testmisc_test_legroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L530"}, {"caller_nid": "test_legendre_testmisc_test_legroots", "callee": "legroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L530"}, {"caller_nid": "test_legendre_testmisc_test_legroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L531"}, {"caller_nid": "test_legendre_testmisc_test_legroots", "callee": "legroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L531"}, {"caller_nid": "test_legendre_testmisc_test_legroots", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L532"}, {"caller_nid": "test_legendre_testmisc_test_legroots", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L533"}, {"caller_nid": "test_legendre_testmisc_test_legroots", "callee": "legroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L534"}, {"caller_nid": "test_legendre_testmisc_test_legroots", "callee": "legfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L534"}, {"caller_nid": "test_legendre_testmisc_test_legroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L535"}, {"caller_nid": "test_legendre_testmisc_test_legtrim", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L541"}, {"caller_nid": "test_legendre_testmisc_test_legtrim", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L544"}, {"caller_nid": "test_legendre_testmisc_test_legtrim", "callee": "legtrim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L544"}, {"caller_nid": "test_legendre_testmisc_test_legtrim", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L545"}, {"caller_nid": "test_legendre_testmisc_test_legtrim", "callee": "legtrim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L545"}, {"caller_nid": "test_legendre_testmisc_test_legtrim", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L546"}, {"caller_nid": "test_legendre_testmisc_test_legtrim", "callee": "legtrim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L546"}, {"caller_nid": "test_legendre_testmisc_test_legline", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L549"}, {"caller_nid": "test_legendre_testmisc_test_legline", "callee": "legline", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L549"}, {"caller_nid": "test_legendre_testmisc_test_legline_zeroscl", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L552"}, {"caller_nid": "test_legendre_testmisc_test_legline_zeroscl", "callee": "legline", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L552"}, {"caller_nid": "test_legendre_testmisc_test_leg2poly", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L555"}, {"caller_nid": "test_legendre_testmisc_test_leg2poly", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L556"}, {"caller_nid": "test_legendre_testmisc_test_leg2poly", "callee": "leg2poly", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L556"}, {"caller_nid": "test_legendre_testmisc_test_poly2leg", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L559"}, {"caller_nid": "test_legendre_testmisc_test_poly2leg", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L560"}, {"caller_nid": "test_legendre_testmisc_test_poly2leg", "callee": "poly2leg", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L560"}, {"caller_nid": "test_legendre_testmisc_test_weight", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L563"}, {"caller_nid": "test_legendre_testmisc_test_weight", "callee": "legweight", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L565"}, {"caller_nid": "test_legendre_testmisc_test_weight", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_legendre.py", "source_location": "L566"}]} |