Files
tfm_ainventory/graphify-out/cache/8f3c15c382ae1525c58458749520208531bbd5c767aaa5805621887a2b2ac0a8.json

1 line
30 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_linalg_tests_test_regression_py", "label": "test_regression.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L1"}, {"id": "test_regression_testregression", "label": "TestRegression", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L19"}, {"id": "test_regression_testregression_test_eig_build", "label": ".test_eig_build()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L21"}, {"id": "test_regression_testregression_test_eigh_build", "label": ".test_eigh_build()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L44"}, {"id": "test_regression_testregression_test_svd_build", "label": ".test_svd_build()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L55"}, {"id": "test_regression_testregression_test_norm_vector_badarg", "label": ".test_norm_vector_badarg()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L65"}, {"id": "test_regression_testregression_test_lapack_endian", "label": ".test_lapack_endian()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L70"}, {"id": "test_regression_testregression_test_large_svd_32bit", "label": ".test_large_svd_32bit()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L80"}, {"id": "test_regression_testregression_test_svd_no_uv", "label": ".test_svd_no_uv()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L85"}, {"id": "test_regression_testregression_test_norm_object_array", "label": ".test_norm_object_array()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L99"}, {"id": "test_regression_testregression_test_lstsq_complex_larger_rhs", "label": ".test_lstsq_complex_larger_rhs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L144"}, {"id": "test_regression_test_cholesky_empty_array", "label": "test_cholesky_empty_array()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L157"}, {"id": "test_regression_test_matrix_rank_rtol_argument", "label": "test_matrix_rank_rtol_argument()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L163"}, {"id": "test_regression_test_openblas_threading", "label": "test_openblas_threading()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L170"}, {"id": "test_regression_testregression_test_norm_linux_arm", "label": ".test_norm_linux_arm()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L185"}, {"id": "test_regression_rationale_1", "label": "Test functions for linalg module", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L1"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_linalg_tests_test_regression_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_linalg_tests_test_regression_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_linalg_tests_test_regression_py", "target": "numpy", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_linalg_tests_test_regression_py", "target": "numpy_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_linalg_tests_test_regression_py", "target": "test_regression_testregression", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L19", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_eig_build", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L21", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_eigh_build", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L44", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_svd_build", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L55", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_norm_vector_badarg", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L65", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_lapack_endian", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L70", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_large_svd_32bit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L80", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_svd_no_uv", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L85", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_norm_object_array", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L99", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_lstsq_complex_larger_rhs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L144", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_linalg_tests_test_regression_py", "target": "test_regression_test_cholesky_empty_array", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L157", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_linalg_tests_test_regression_py", "target": "test_regression_test_matrix_rank_rtol_argument", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L163", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_linalg_tests_test_regression_py", "target": "test_regression_test_openblas_threading", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L170", "weight": 1.0}, {"source": "test_regression_testregression", "target": "test_regression_testregression_test_norm_linux_arm", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L185", "weight": 1.0}, {"source": "test_regression_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_linalg_tests_test_regression_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L1", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_regression_testregression_test_eig_build", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L23"}, {"caller_nid": "test_regression_testregression_test_eig_build", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L36"}, {"caller_nid": "test_regression_testregression_test_eig_build", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L37"}, {"caller_nid": "test_regression_testregression_test_eig_build", "callee": "eig", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L39"}, {"caller_nid": "test_regression_testregression_test_eig_build", "callee": "sort", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L40"}, {"caller_nid": "test_regression_testregression_test_eig_build", "callee": "sort", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L41"}, {"caller_nid": "test_regression_testregression_test_eig_build", "callee": "assert_array_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L42"}, {"caller_nid": "test_regression_testregression_test_eigh_build", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L48"}, {"caller_nid": "test_regression_testregression_test_eigh_build", "callee": "eigh", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L52"}, {"caller_nid": "test_regression_testregression_test_eigh_build", "callee": "assert_array_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L53"}, {"caller_nid": "test_regression_testregression_test_svd_build", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L57"}, {"caller_nid": "test_regression_testregression_test_svd_build", "callee": "svd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L59"}, {"caller_nid": "test_regression_testregression_test_svd_build", "callee": "dot", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L61"}, {"caller_nid": "test_regression_testregression_test_svd_build", "callee": "transpose", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L61"}, {"caller_nid": "test_regression_testregression_test_svd_build", "callee": "assert_array_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L63"}, {"caller_nid": "test_regression_testregression_test_svd_build", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L63"}, {"caller_nid": "test_regression_testregression_test_norm_vector_badarg", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L68"}, {"caller_nid": "test_regression_testregression_test_norm_vector_badarg", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L68"}, {"caller_nid": "test_regression_testregression_test_lapack_endian", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L72"}, {"caller_nid": "test_regression_testregression_test_lapack_endian", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L74"}, {"caller_nid": "test_regression_testregression_test_lapack_endian", "callee": "cholesky", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L76"}, {"caller_nid": "test_regression_testregression_test_lapack_endian", "callee": "cholesky", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L77"}, {"caller_nid": "test_regression_testregression_test_lapack_endian", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L78"}, {"caller_nid": "test_regression_testregression_test_large_svd_32bit", "callee": "eye", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L82"}, {"caller_nid": "test_regression_testregression_test_large_svd_32bit", "callee": "svd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L83"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L89"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "svd", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L90"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "count_nonzero", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L91"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "absolute", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L91"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L92"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "assert_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L93"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "matrix_rank", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L93"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "assert_array_less", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L94"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "norm", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L94"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "svdvals", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L96"}, {"caller_nid": "test_regression_testregression_test_svd_no_uv", "callee": "assert_array_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L97"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L101"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L101"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "norm", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L103"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L104"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L105"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L105"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "norm", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L107"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L108"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L109"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L109"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "norm", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L111"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L112"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L113"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L113"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L115"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L116"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L117"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L118"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L119"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L120"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L121"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L123"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L123"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "norm", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L126"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L127"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L128"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L128"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "norm", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L130"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_array_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L131"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L132"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L132"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L134"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L135"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L136"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L137"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L138"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L139"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L140"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L141"}, {"caller_nid": "test_regression_testregression_test_norm_object_array", "callee": "assert_raises", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L142"}, {"caller_nid": "test_regression_testregression_test_lstsq_complex_larger_rhs", "callee": "randn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L148"}, {"caller_nid": "test_regression_testregression_test_lstsq_complex_larger_rhs", "callee": "randn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L148"}, {"caller_nid": "test_regression_testregression_test_lstsq_complex_larger_rhs", "callee": "randn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L149"}, {"caller_nid": "test_regression_testregression_test_lstsq_complex_larger_rhs", "callee": "randn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L149"}, {"caller_nid": "test_regression_testregression_test_lstsq_complex_larger_rhs", "callee": "dot", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L150"}, {"caller_nid": "test_regression_testregression_test_lstsq_complex_larger_rhs", "callee": "lstsq", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L152"}, {"caller_nid": "test_regression_testregression_test_lstsq_complex_larger_rhs", "callee": "assert_array_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L154"}, {"caller_nid": "test_regression_test_cholesky_empty_array", "callee": "cholesky", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L159"}, {"caller_nid": "test_regression_test_cholesky_empty_array", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L159"}, {"caller_nid": "test_regression_test_matrix_rank_rtol_argument", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L165"}, {"caller_nid": "test_regression_test_matrix_rank_rtol_argument", "callee": "matrix_rank", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L166"}, {"caller_nid": "test_regression_test_openblas_threading", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L174"}, {"caller_nid": "test_regression_test_openblas_threading", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L175"}, {"caller_nid": "test_regression_test_openblas_threading", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L176"}, {"caller_nid": "test_regression_test_openblas_threading", "callee": "vstack", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L177"}, {"caller_nid": "test_regression_test_openblas_threading", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L178"}, {"caller_nid": "test_regression_test_openblas_threading", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L180"}, {"caller_nid": "test_regression_test_openblas_threading", "callee": "isclose", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L180"}, {"caller_nid": "test_regression_testregression_test_norm_linux_arm", "callee": "arange", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L187"}, {"caller_nid": "test_regression_testregression_test_norm_linux_arm", "callee": "roll", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L188"}, {"caller_nid": "test_regression_testregression_test_norm_linux_arm", "callee": "flip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L188"}, {"caller_nid": "test_regression_testregression_test_norm_linux_arm", "callee": "norm", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L189"}, {"caller_nid": "test_regression_testregression_test_norm_linux_arm", "callee": "assert_almost_equal", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/linalg/tests/test_regression.py", "source_location": "L190"}]}