{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "label": "test_polynomial.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L1"}, {"id": "test_polynomial_trim", "label": "trim()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L23"}, {"id": "test_polynomial_testconstants", "label": "TestConstants", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L41"}, {"id": "test_polynomial_testconstants_test_polydomain", "label": ".test_polydomain()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L43"}, {"id": "test_polynomial_testconstants_test_polyzero", "label": ".test_polyzero()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L46"}, {"id": "test_polynomial_testconstants_test_polyone", "label": ".test_polyone()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L49"}, {"id": "test_polynomial_testconstants_test_polyx", "label": ".test_polyx()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L52"}, {"id": "test_polynomial_testconstants_test_copy", "label": ".test_copy()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L55"}, {"id": "test_polynomial_testconstants_test_pickle", "label": ".test_pickle()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L60"}, {"id": "test_polynomial_testarithmetic", "label": "TestArithmetic", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L65"}, {"id": "test_polynomial_testarithmetic_test_polyadd", "label": ".test_polyadd()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L67"}, {"id": "test_polynomial_testarithmetic_test_polysub", "label": ".test_polysub()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L77"}, {"id": "test_polynomial_testarithmetic_test_polymulx", "label": ".test_polymulx()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L87"}, {"id": "test_polynomial_testarithmetic_test_polymul", "label": ".test_polymul()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L95"}, {"id": "test_polynomial_testarithmetic_test_polydiv", "label": ".test_polydiv()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L104"}, {"id": "test_polynomial_testarithmetic_test_polypow", "label": ".test_polypow()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L125"}, {"id": "test_polynomial_testfraction", "label": "TestFraction", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L134"}, {"id": "test_polynomial_testfraction_test_fraction", "label": ".test_Fraction()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L136"}, {"id": "test_polynomial_testevaluation", "label": "TestEvaluation", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L154"}, {"id": "test_polynomial_testevaluation_test_polyval", "label": ".test_polyval()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L164"}, {"id": "test_polynomial_testevaluation_test_polyvalfromroots", "label": ".test_polyvalfromroots()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L200"}, {"id": "test_polynomial_testevaluation_test_polyval2d", "label": ".test_polyval2d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L264"}, {"id": "test_polynomial_testevaluation_test_polyval3d", "label": ".test_polyval3d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L282"}, {"id": "test_polynomial_testevaluation_test_polygrid2d", "label": ".test_polygrid2d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L300"}, {"id": "test_polynomial_testevaluation_test_polygrid3d", "label": ".test_polygrid3d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L314"}, {"id": "test_polynomial_testintegral", "label": "TestIntegral", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L329"}, {"id": "test_polynomial_testintegral_test_polyint", "label": ".test_polyint()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L331"}, {"id": "test_polynomial_testintegral_test_polyint_axis", "label": ".test_polyint_axis()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L410"}, {"id": "test_polynomial_testderivative", "label": "TestDerivative", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L427"}, {"id": "test_polynomial_testderivative_test_polyder", "label": ".test_polyder()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L429"}, {"id": "test_polynomial_testderivative_test_polyder_axis", "label": ".test_polyder_axis()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L454"}, {"id": "test_polynomial_testvander", "label": "TestVander", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L467"}, {"id": "test_polynomial_testvander_test_polyvander", "label": ".test_polyvander()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L471"}, {"id": "test_polynomial_testvander_test_polyvander2d", "label": ".test_polyvander2d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L488"}, {"id": "test_polynomial_testvander_test_polyvander3d", "label": ".test_polyvander3d()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L501"}, {"id": "test_polynomial_testvander_test_polyvandernegdeg", "label": ".test_polyvandernegdeg()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L514"}, {"id": "test_polynomial_testcompanion", "label": "TestCompanion", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L519"}, {"id": "test_polynomial_testcompanion_test_raises", "label": ".test_raises()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L521"}, {"id": "test_polynomial_testcompanion_test_dimensions", "label": ".test_dimensions()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L525"}, {"id": "test_polynomial_testcompanion_test_linear_root", "label": ".test_linear_root()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L530"}, {"id": "test_polynomial_testmisc", "label": "TestMisc", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L534"}, {"id": "test_polynomial_testmisc_test_polyfromroots", "label": ".test_polyfromroots()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L536"}, {"id": "test_polynomial_testmisc_test_polyroots", "label": ".test_polyroots()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L545"}, {"id": "test_polynomial_testmisc_test_polyfit", "label": ".test_polyfit()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L567"}, {"id": "test_polynomial_testmisc_test_polytrim", "label": ".test_polytrim()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L637"}, {"id": "test_polynomial_testmisc_test_polyline", "label": ".test_polyline()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L648"}, {"id": "test_polynomial_testmisc_test_polyline_zero", "label": ".test_polyline_zero()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L651"}, {"id": "test_polynomial_testmisc_test_fit_degenerate_domain", "label": ".test_fit_degenerate_domain()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L654"}, {"id": "test_polynomial_testmisc_test_result_type", "label": ".test_result_type()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L662"}, {"id": "test_polynomial_arrayfunctioninterceptor", "label": "ArrayFunctionInterceptor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L671"}, {"id": "test_polynomial_arrayfunctioninterceptor_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L672"}, {"id": "test_polynomial_arrayfunctioninterceptor_array_function", "label": ".__array_function__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L675"}, {"id": "test_polynomial_test_polyval2d_array_function_hook", "label": "test_polyval2d_array_function_hook()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L679"}, {"id": "test_polynomial_test_polygrid2d_array_function_hook", "label": "test_polygrid2d_array_function_hook()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L686"}, {"id": "test_polynomial_rationale_1", "label": "Tests for polynomial module.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L1"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "pickle", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "copy", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "fractions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "numpy_polynomial_polynomial", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "numpy_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_trim", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_testconstants", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L41", "weight": 1.0}, {"source": "test_polynomial_testconstants", "target": "test_polynomial_testconstants_test_polydomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L43", "weight": 1.0}, {"source": "test_polynomial_testconstants", "target": "test_polynomial_testconstants_test_polyzero", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L46", "weight": 1.0}, {"source": "test_polynomial_testconstants", "target": "test_polynomial_testconstants_test_polyone", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L49", "weight": 1.0}, {"source": "test_polynomial_testconstants", "target": "test_polynomial_testconstants_test_polyx", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L52", "weight": 1.0}, {"source": "test_polynomial_testconstants", "target": "test_polynomial_testconstants_test_copy", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L55", "weight": 1.0}, {"source": "test_polynomial_testconstants", "target": "test_polynomial_testconstants_test_pickle", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L60", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_testarithmetic", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L65", "weight": 1.0}, {"source": "test_polynomial_testarithmetic", "target": "test_polynomial_testarithmetic_test_polyadd", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L67", "weight": 1.0}, {"source": "test_polynomial_testarithmetic", "target": "test_polynomial_testarithmetic_test_polysub", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L77", "weight": 1.0}, {"source": "test_polynomial_testarithmetic", "target": "test_polynomial_testarithmetic_test_polymulx", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L87", "weight": 1.0}, {"source": "test_polynomial_testarithmetic", "target": "test_polynomial_testarithmetic_test_polymul", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L95", "weight": 1.0}, {"source": "test_polynomial_testarithmetic", "target": "test_polynomial_testarithmetic_test_polydiv", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L104", "weight": 1.0}, {"source": "test_polynomial_testarithmetic", "target": "test_polynomial_testarithmetic_test_polypow", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L125", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_testfraction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L134", "weight": 1.0}, {"source": "test_polynomial_testfraction", "target": "test_polynomial_testfraction_test_fraction", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L136", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_testevaluation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L154", "weight": 1.0}, {"source": "test_polynomial_testevaluation", "target": "test_polynomial_testevaluation_test_polyval", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L164", "weight": 1.0}, {"source": "test_polynomial_testevaluation", "target": "test_polynomial_testevaluation_test_polyvalfromroots", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L200", "weight": 1.0}, {"source": "test_polynomial_testevaluation", "target": "test_polynomial_testevaluation_test_polyval2d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L264", "weight": 1.0}, {"source": "test_polynomial_testevaluation", "target": "test_polynomial_testevaluation_test_polyval3d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L282", "weight": 1.0}, {"source": "test_polynomial_testevaluation", "target": "test_polynomial_testevaluation_test_polygrid2d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L300", "weight": 1.0}, {"source": "test_polynomial_testevaluation", "target": "test_polynomial_testevaluation_test_polygrid3d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L314", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_testintegral", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L329", "weight": 1.0}, {"source": "test_polynomial_testintegral", "target": "test_polynomial_testintegral_test_polyint", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L331", "weight": 1.0}, {"source": "test_polynomial_testintegral", "target": "test_polynomial_testintegral_test_polyint_axis", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L410", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_testderivative", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L427", "weight": 1.0}, {"source": "test_polynomial_testderivative", "target": "test_polynomial_testderivative_test_polyder", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L429", "weight": 1.0}, {"source": "test_polynomial_testderivative", "target": "test_polynomial_testderivative_test_polyder_axis", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L454", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_testvander", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L467", "weight": 1.0}, {"source": "test_polynomial_testvander", "target": "test_polynomial_testvander_test_polyvander", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L471", "weight": 1.0}, {"source": "test_polynomial_testvander", "target": "test_polynomial_testvander_test_polyvander2d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L488", "weight": 1.0}, {"source": "test_polynomial_testvander", "target": "test_polynomial_testvander_test_polyvander3d", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L501", "weight": 1.0}, {"source": "test_polynomial_testvander", "target": "test_polynomial_testvander_test_polyvandernegdeg", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L514", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_testcompanion", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L519", "weight": 1.0}, {"source": "test_polynomial_testcompanion", "target": "test_polynomial_testcompanion_test_raises", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L521", "weight": 1.0}, {"source": "test_polynomial_testcompanion", "target": "test_polynomial_testcompanion_test_dimensions", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L525", "weight": 1.0}, {"source": "test_polynomial_testcompanion", "target": "test_polynomial_testcompanion_test_linear_root", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L530", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_testmisc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L534", "weight": 1.0}, {"source": "test_polynomial_testmisc", "target": "test_polynomial_testmisc_test_polyfromroots", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L536", "weight": 1.0}, {"source": "test_polynomial_testmisc", "target": "test_polynomial_testmisc_test_polyroots", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L545", "weight": 1.0}, {"source": "test_polynomial_testmisc", "target": "test_polynomial_testmisc_test_polyfit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L567", "weight": 1.0}, {"source": "test_polynomial_testmisc", "target": "test_polynomial_testmisc_test_polytrim", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L637", "weight": 1.0}, {"source": "test_polynomial_testmisc", "target": "test_polynomial_testmisc_test_polyline", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L648", "weight": 1.0}, {"source": "test_polynomial_testmisc", "target": "test_polynomial_testmisc_test_polyline_zero", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L651", "weight": 1.0}, {"source": "test_polynomial_testmisc", "target": "test_polynomial_testmisc_test_fit_degenerate_domain", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L654", "weight": 1.0}, {"source": "test_polynomial_testmisc", "target": "test_polynomial_testmisc_test_result_type", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L662", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_arrayfunctioninterceptor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L671", "weight": 1.0}, {"source": "test_polynomial_arrayfunctioninterceptor", "target": "test_polynomial_arrayfunctioninterceptor_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L672", "weight": 1.0}, {"source": "test_polynomial_arrayfunctioninterceptor", "target": "test_polynomial_arrayfunctioninterceptor_array_function", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L675", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_test_polyval2d_array_function_hook", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L679", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "target": "test_polynomial_test_polygrid2d_array_function_hook", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L686", "weight": 1.0}, {"source": "test_polynomial_testarithmetic_test_polyadd", "target": "test_polynomial_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L75", "weight": 1.0}, {"source": "test_polynomial_testarithmetic_test_polysub", "target": "test_polynomial_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L85", "weight": 1.0}, {"source": "test_polynomial_testarithmetic_test_polymul", "target": "test_polynomial_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L102", "weight": 1.0}, {"source": "test_polynomial_testarithmetic_test_polypow", "target": "test_polynomial_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L132", "weight": 1.0}, {"source": "test_polynomial_testintegral_test_polyint", "target": "test_polynomial_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L353", "weight": 1.0}, {"source": "test_polynomial_testderivative_test_polyder", "target": "test_polynomial_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L438", "weight": 1.0}, {"source": "test_polynomial_testmisc_test_polyfromroots", "target": "test_polynomial_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L538", "weight": 1.0}, {"source": "test_polynomial_testmisc_test_polyroots", "target": "test_polynomial_trim", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L551", "weight": 1.0}, {"source": "test_polynomial_test_polyval2d_array_function_hook", "target": "test_polynomial_arrayfunctioninterceptor", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L680", "weight": 1.0}, {"source": "test_polynomial_test_polygrid2d_array_function_hook", "target": "test_polynomial_arrayfunctioninterceptor", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L687", "weight": 1.0}, {"source": "test_polynomial_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_polynomial_tests_test_polynomial_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L1", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_polynomial_trim", "callee": "polytrim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L24"}, {"caller_nid": "test_polynomial_testconstants_test_polydomain", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L44"}, {"caller_nid": "test_polynomial_testconstants_test_polyzero", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L47"}, {"caller_nid": "test_polynomial_testconstants_test_polyone", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L50"}, {"caller_nid": "test_polynomial_testconstants_test_polyx", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L53"}, {"caller_nid": "test_polynomial_testconstants_test_copy", "callee": "Polynomial", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L56"}, {"caller_nid": "test_polynomial_testconstants_test_copy", "callee": "deepcopy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L57"}, {"caller_nid": "test_polynomial_testconstants_test_copy", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L58"}, {"caller_nid": "test_polynomial_testconstants_test_pickle", "callee": "Polynomial", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L61"}, {"caller_nid": "test_polynomial_testconstants_test_pickle", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L62"}, {"caller_nid": "test_polynomial_testconstants_test_pickle", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L62"}, {"caller_nid": "test_polynomial_testconstants_test_pickle", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L63"}, {"caller_nid": "test_polynomial_testarithmetic_test_polyadd", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L68"}, {"caller_nid": "test_polynomial_testarithmetic_test_polyadd", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L69"}, {"caller_nid": "test_polynomial_testarithmetic_test_polyadd", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L71"}, {"caller_nid": "test_polynomial_testarithmetic_test_polyadd", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L71"}, {"caller_nid": "test_polynomial_testarithmetic_test_polyadd", "callee": "polyadd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L74"}, {"caller_nid": "test_polynomial_testarithmetic_test_polyadd", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L75"}, {"caller_nid": "test_polynomial_testarithmetic_test_polysub", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L78"}, {"caller_nid": "test_polynomial_testarithmetic_test_polysub", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L79"}, {"caller_nid": "test_polynomial_testarithmetic_test_polysub", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L81"}, {"caller_nid": "test_polynomial_testarithmetic_test_polysub", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L81"}, {"caller_nid": "test_polynomial_testarithmetic_test_polysub", "callee": "polysub", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L84"}, {"caller_nid": "test_polynomial_testarithmetic_test_polysub", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L85"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymulx", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L88"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymulx", "callee": "polymulx", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L88"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymulx", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L89"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymulx", "callee": "polymulx", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L89"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymulx", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L90"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymulx", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L93"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymulx", "callee": "polymulx", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L93"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymul", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L96"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymul", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L97"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymul", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L99"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymul", "callee": "polymul", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L101"}, {"caller_nid": "test_polynomial_testarithmetic_test_polymul", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L102"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L106"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "polydiv", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L109"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L110"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "polydiv", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L111"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L112"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L115"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L116"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "polyadd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L120"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "polydiv", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L121"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "polyadd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L122"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "polymul", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L122"}, {"caller_nid": "test_polynomial_testarithmetic_test_polydiv", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L123"}, {"caller_nid": "test_polynomial_testarithmetic_test_polypow", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L126"}, {"caller_nid": "test_polynomial_testarithmetic_test_polypow", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L127"}, {"caller_nid": "test_polynomial_testarithmetic_test_polypow", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L129"}, {"caller_nid": "test_polynomial_testarithmetic_test_polypow", "callee": "reduce", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L130"}, {"caller_nid": "test_polynomial_testarithmetic_test_polypow", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L130"}, {"caller_nid": "test_polynomial_testarithmetic_test_polypow", "callee": "polypow", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L131"}, {"caller_nid": "test_polynomial_testarithmetic_test_polypow", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L132"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "Fraction", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L138"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "Fraction", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L139"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "Fraction", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L140"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "Polynomial", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L141"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L144"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L144"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "Fraction", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L144"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "Fraction", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L144"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "Fraction", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L145"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L146"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L147"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "ObjectDType", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L147"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L148"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L148"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "p", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L148"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L149"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "p", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L149"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "Fraction", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L149"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "Polynomial", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L150"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "Fraction", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L150"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L152"}, {"caller_nid": "test_polynomial_testfraction_test_fraction", "callee": "deriv", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L152"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L166"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L166"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L169"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L170"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L171"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L173"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L174"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L176"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L177"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L180"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L182"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L183"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L183"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L184"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L184"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L185"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L185"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L189"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L190"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L191"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "view", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L197"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L197"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L198"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L198"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L198"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L203"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L207"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L207"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L208"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L208"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L211"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L211"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L212"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L212"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L215"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L215"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L216"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L216"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L216"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L219"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L220"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L221"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L223"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L224"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L226"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L227"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L230"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L232"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L233"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L233"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L234"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L234"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L235"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L235"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L239"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L240"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L241"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L241"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L242"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L247"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "randint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L248"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L249"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "empty", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L250"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L251"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L252"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L253"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L256"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L257"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "empty", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L258"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L259"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L260"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "polyvalfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L261"}, {"caller_nid": "test_polynomial_testevaluation_test_polyvalfromroots", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L262"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval2d", "callee": "assert_raises_regex", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L269"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval2d", "callee": "polyval2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L274"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval2d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L275"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval2d", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L278"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval2d", "callee": "polyval2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L279"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval2d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L280"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval3d", "callee": "assert_raises_regex", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L287"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval3d", "callee": "polyval3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L292"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval3d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L293"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval3d", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L296"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval3d", "callee": "polyval3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L297"}, {"caller_nid": "test_polynomial_testevaluation_test_polyval3d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L298"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid2d", "callee": "einsum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L305"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid2d", "callee": "polygrid2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L306"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid2d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L307"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid2d", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L310"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid2d", "callee": "polygrid2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L311"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid2d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L312"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid3d", "callee": "einsum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L319"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid3d", "callee": "polygrid3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L320"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid3d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L321"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid3d", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L324"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid3d", "callee": "polygrid3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L325"}, {"caller_nid": "test_polynomial_testevaluation_test_polygrid3d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L326"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L333"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L334"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L335"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L336"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L337"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L338"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L339"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L342"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L344"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L345"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L348"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L352"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L353"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L356"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L359"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L360"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L360"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L363"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L367"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L368"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L371"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L372"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L375"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L376"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L377"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L378"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L381"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L382"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L385"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L386"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L387"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L387"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L387"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L388"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L391"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L392"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L395"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L396"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L397"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L397"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L397"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L398"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L401"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L402"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L405"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L406"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L407"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L407"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L407"}, {"caller_nid": "test_polynomial_testintegral_test_polyint", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L408"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "random", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L412"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L414"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L414"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L415"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L416"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L418"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L418"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L419"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L420"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L422"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L422"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L423"}, {"caller_nid": "test_polynomial_testintegral_test_polyint_axis", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L424"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L431"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L432"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L435"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "polyder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L437"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L438"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L441"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L442"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "polyder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L444"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L444"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L445"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L448"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L449"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "polyder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L451"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "polyint", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L451"}, {"caller_nid": "test_polynomial_testderivative_test_polyder", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L452"}, {"caller_nid": "test_polynomial_testderivative_test_polyder_axis", "callee": "random", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L456"}, {"caller_nid": "test_polynomial_testderivative_test_polyder_axis", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L458"}, {"caller_nid": "test_polynomial_testderivative_test_polyder_axis", "callee": "polyder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L458"}, {"caller_nid": "test_polynomial_testderivative_test_polyder_axis", "callee": "polyder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L459"}, {"caller_nid": "test_polynomial_testderivative_test_polyder_axis", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L460"}, {"caller_nid": "test_polynomial_testderivative_test_polyder_axis", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L462"}, {"caller_nid": "test_polynomial_testderivative_test_polyder_axis", "callee": "polyder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L462"}, {"caller_nid": "test_polynomial_testderivative_test_polyder_axis", "callee": "polyder", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L463"}, {"caller_nid": "test_polynomial_testderivative_test_polyder_axis", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L464"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L473"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "polyvander", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L474"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L475"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L476"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L478"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L478"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L481"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "polyvander", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L482"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L483"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L484"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L486"}, {"caller_nid": "test_polynomial_testvander_test_polyvander", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L486"}, {"caller_nid": "test_polynomial_testvander_test_polyvander2d", "callee": "random", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L491"}, {"caller_nid": "test_polynomial_testvander_test_polyvander2d", "callee": "polyvander2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L492"}, {"caller_nid": "test_polynomial_testvander_test_polyvander2d", "callee": "polyval2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L493"}, {"caller_nid": "test_polynomial_testvander_test_polyvander2d", "callee": "dot", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L494"}, {"caller_nid": "test_polynomial_testvander_test_polyvander2d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L495"}, {"caller_nid": "test_polynomial_testvander_test_polyvander2d", "callee": "polyvander2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L498"}, {"caller_nid": "test_polynomial_testvander_test_polyvander2d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L499"}, {"caller_nid": "test_polynomial_testvander_test_polyvander3d", "callee": "random", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L504"}, {"caller_nid": "test_polynomial_testvander_test_polyvander3d", "callee": "polyvander3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L505"}, {"caller_nid": "test_polynomial_testvander_test_polyvander3d", "callee": "polyval3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L506"}, {"caller_nid": "test_polynomial_testvander_test_polyvander3d", "callee": "dot", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L507"}, {"caller_nid": "test_polynomial_testvander_test_polyvander3d", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L508"}, {"caller_nid": "test_polynomial_testvander_test_polyvander3d", "callee": "polyvander3d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L511"}, {"caller_nid": "test_polynomial_testvander_test_polyvander3d", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L512"}, {"caller_nid": "test_polynomial_testvander_test_polyvandernegdeg", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L515"}, {"caller_nid": "test_polynomial_testvander_test_polyvandernegdeg", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L516"}, {"caller_nid": "test_polynomial_testcompanion_test_raises", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L522"}, {"caller_nid": "test_polynomial_testcompanion_test_raises", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L523"}, {"caller_nid": "test_polynomial_testcompanion_test_dimensions", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L526"}, {"caller_nid": "test_polynomial_testcompanion_test_dimensions", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L528"}, {"caller_nid": "test_polynomial_testcompanion_test_dimensions", "callee": "polycompanion", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L528"}, {"caller_nid": "test_polynomial_testcompanion_test_linear_root", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L531"}, {"caller_nid": "test_polynomial_testcompanion_test_linear_root", "callee": "polycompanion", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L531"}, {"caller_nid": "test_polynomial_testmisc_test_polyfromroots", "callee": "polyfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L537"}, {"caller_nid": "test_polynomial_testmisc_test_polyfromroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L538"}, {"caller_nid": "test_polynomial_testmisc_test_polyfromroots", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L539"}, {"caller_nid": "test_polynomial_testmisc_test_polyfromroots", "callee": "cos", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L540"}, {"caller_nid": "test_polynomial_testmisc_test_polyfromroots", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L540"}, {"caller_nid": "test_polynomial_testmisc_test_polyfromroots", "callee": "polyfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L542"}, {"caller_nid": "test_polynomial_testmisc_test_polyfromroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L543"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L546"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "polyroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L546"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L547"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "polyroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L547"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L548"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L549"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "polyroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L550"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "polyfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L550"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L551"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "logspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L554"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L555"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "polyroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L556"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "polyfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L556"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L559"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L559"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "log10", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L559"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "logspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L560"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L561"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "polyroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L562"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "polyfromroots", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L562"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L565"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L565"}, {"caller_nid": "test_polynomial_testmisc_test_polyroots", "callee": "log10", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L565"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L575"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L576"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L577"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L578"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L579"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L580"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L581"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L582"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L583"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L584"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L585"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L588"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "f", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L589"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L591"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L592"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L592"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L593"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L593"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L594"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L595"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L595"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L596"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L596"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L598"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L599"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L599"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L600"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L600"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L601"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L602"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L602"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L603"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L603"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L605"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L605"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L606"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L606"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L607"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L607"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L608"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L608"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "zeros_like", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L610"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L611"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L614"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L615"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L616"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L617"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L619"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L619"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L620"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L620"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L621"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L621"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L622"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L622"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L626"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L626"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L627"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L627"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L629"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "f2", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L630"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L631"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L632"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L632"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyfit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L633"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L634"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "polyval", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L634"}, {"caller_nid": "test_polynomial_testmisc_test_polyfit", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L635"}, {"caller_nid": "test_polynomial_testmisc_test_polytrim", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L641"}, {"caller_nid": "test_polynomial_testmisc_test_polytrim", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L644"}, {"caller_nid": "test_polynomial_testmisc_test_polytrim", "callee": "polytrim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L644"}, {"caller_nid": "test_polynomial_testmisc_test_polytrim", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L645"}, {"caller_nid": "test_polynomial_testmisc_test_polytrim", "callee": "polytrim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L645"}, {"caller_nid": "test_polynomial_testmisc_test_polytrim", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L646"}, {"caller_nid": "test_polynomial_testmisc_test_polytrim", "callee": "polytrim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L646"}, {"caller_nid": "test_polynomial_testmisc_test_polyline", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L649"}, {"caller_nid": "test_polynomial_testmisc_test_polyline", "callee": "polyline", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L649"}, {"caller_nid": "test_polynomial_testmisc_test_polyline_zero", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L652"}, {"caller_nid": "test_polynomial_testmisc_test_polyline_zero", "callee": "polyline", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L652"}, {"caller_nid": "test_polynomial_testmisc_test_fit_degenerate_domain", "callee": "fit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L655"}, {"caller_nid": "test_polynomial_testmisc_test_fit_degenerate_domain", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L656"}, {"caller_nid": "test_polynomial_testmisc_test_fit_degenerate_domain", "callee": "fit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L657"}, {"caller_nid": "test_polynomial_testmisc_test_fit_degenerate_domain", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L658"}, {"caller_nid": "test_polynomial_testmisc_test_fit_degenerate_domain", "callee": "warns", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L659"}, {"caller_nid": "test_polynomial_testmisc_test_fit_degenerate_domain", "callee": "fit", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L660"}, {"caller_nid": "test_polynomial_testmisc_test_result_type", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L663"}, {"caller_nid": "test_polynomial_testmisc_test_result_type", "callee": "Polynomial", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L664"}, {"caller_nid": "test_polynomial_testmisc_test_result_type", "callee": "p", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L665"}, {"caller_nid": "test_polynomial_testmisc_test_result_type", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L666"}, {"caller_nid": "test_polynomial_testmisc_test_result_type", "callee": "polydiv", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L668"}, {"caller_nid": "test_polynomial_testmisc_test_result_type", "callee": "float32", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L668"}, {"caller_nid": "test_polynomial_testmisc_test_result_type", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L669"}, {"caller_nid": "test_polynomial_test_polyval2d_array_function_hook", "callee": "polyval2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L683"}, {"caller_nid": "test_polynomial_test_polygrid2d_array_function_hook", "callee": "polygrid2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/polynomial/tests/test_polynomial.py", "source_location": "L690"}]}