1 line
51 KiB
JSON
1 line
51 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "label": "_histograms_impl.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1"}, {"id": "histograms_impl_ptp", "label": "_ptp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L22"}, {"id": "histograms_impl_hist_bin_sqrt", "label": "_hist_bin_sqrt()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L32"}, {"id": "histograms_impl_hist_bin_sturges", "label": "_hist_bin_sturges()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L53"}, {"id": "histograms_impl_hist_bin_rice", "label": "_hist_bin_rice()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L76"}, {"id": "histograms_impl_hist_bin_scott", "label": "_hist_bin_scott()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L100"}, {"id": "histograms_impl_hist_bin_stone", "label": "_hist_bin_stone()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L122"}, {"id": "histograms_impl_hist_bin_doane", "label": "_hist_bin_doane()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L165"}, {"id": "histograms_impl_hist_bin_fd", "label": "_hist_bin_fd()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L200"}, {"id": "histograms_impl_hist_bin_auto", "label": "_hist_bin_auto()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L230"}, {"id": "histograms_impl_ravel_and_check_weights", "label": "_ravel_and_check_weights()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L278"}, {"id": "histograms_impl_get_outer_edges", "label": "_get_outer_edges()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L298"}, {"id": "histograms_impl_unsigned_subtract", "label": "_unsigned_subtract()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L328"}, {"id": "histograms_impl_get_bin_edges", "label": "_get_bin_edges()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L356"}, {"id": "histograms_impl_search_sorted_inclusive", "label": "_search_sorted_inclusive()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L457"}, {"id": "histograms_impl_histogram_bin_edges_dispatcher", "label": "_histogram_bin_edges_dispatcher()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L469"}, {"id": "histograms_impl_histogram_bin_edges", "label": "histogram_bin_edges()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L474"}, {"id": "histograms_impl_histogram_dispatcher", "label": "_histogram_dispatcher()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L680"}, {"id": "histograms_impl_histogram", "label": "histogram()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L686"}, {"id": "histograms_impl_histogramdd_dispatcher", "label": "_histogramdd_dispatcher()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L902"}, {"id": "histograms_impl_histogramdd", "label": "histogramdd()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L914"}, {"id": "histograms_impl_rationale_1", "label": "Histogram-related functions", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1"}, {"id": "histograms_impl_rationale_23", "label": "Peak-to-peak value of x. This implementation avoids the problem of signed i", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L23"}, {"id": "histograms_impl_rationale_33", "label": "Square root histogram bin estimator. Bin width is inversely proportional to", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L33"}, {"id": "histograms_impl_rationale_54", "label": "Sturges histogram bin estimator. A very simplistic estimator based on the a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L54"}, {"id": "histograms_impl_rationale_77", "label": "Rice histogram bin estimator. Another simple estimator with no normality as", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L77"}, {"id": "histograms_impl_rationale_101", "label": "Scott histogram bin estimator. The binwidth is proportional to the standard", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L101"}, {"id": "histograms_impl_rationale_123", "label": "Histogram bin estimator based on minimizing the estimated integrated squared err", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L123"}, {"id": "histograms_impl_rationale_166", "label": "Doane's histogram bin estimator. Improved version of Sturges' formula which", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L166"}, {"id": "histograms_impl_rationale_201", "label": "The Freedman-Diaconis histogram bin estimator. The Freedman-Diaconis rule u", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L201"}, {"id": "histograms_impl_rationale_231", "label": "Histogram bin estimator that uses the minimum width of a relaxed Freedman-Di", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L231"}, {"id": "histograms_impl_rationale_279", "label": "Check a and weights have matching shapes, and ravel both", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L279"}, {"id": "histograms_impl_rationale_299", "label": "Determine the outer bin edges to use, from either the data or the range argu", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L299"}, {"id": "histograms_impl_rationale_329", "label": "Subtract two values where a >= b, and produce an unsigned result This is ne", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L329"}, {"id": "histograms_impl_rationale_357", "label": "Computes the bins used internally by `histogram`. Parameters ==========", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L357"}, {"id": "histograms_impl_rationale_458", "label": "Like `searchsorted`, but where the last item in `v` is placed on the right.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L458"}, {"id": "histograms_impl_rationale_475", "label": "r\"\"\" Function to calculate only the edges of the bins used by the `histogram", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L475"}, {"id": "histograms_impl_rationale_687", "label": "r\"\"\" Compute the histogram of a dataset. Parameters ----------", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L687"}, {"id": "histograms_impl_rationale_915", "label": "Compute the multidimensional histogram of some data. Parameters -------", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L915"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "contextlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "operator", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "numpy_core", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_ptp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_hist_bin_sqrt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_hist_bin_sturges", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L53", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_hist_bin_rice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L76", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_hist_bin_scott", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L100", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_hist_bin_stone", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L122", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_hist_bin_doane", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L165", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_hist_bin_fd", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L200", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_hist_bin_auto", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L230", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_ravel_and_check_weights", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L278", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_get_outer_edges", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L298", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_unsigned_subtract", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L328", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_get_bin_edges", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L356", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_search_sorted_inclusive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L457", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_histogram_bin_edges_dispatcher", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L469", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_histogram_bin_edges", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L474", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_histogram_dispatcher", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L680", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_histogram", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L686", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_histogramdd_dispatcher", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L902", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "target": "histograms_impl_histogramdd", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L914", "weight": 1.0}, {"source": "histograms_impl_ptp", "target": "histograms_impl_unsigned_subtract", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L29", "weight": 1.0}, {"source": "histograms_impl_hist_bin_sqrt", "target": "histograms_impl_ptp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L50", "weight": 1.0}, {"source": "histograms_impl_hist_bin_sturges", "target": "histograms_impl_ptp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L73", "weight": 1.0}, {"source": "histograms_impl_hist_bin_rice", "target": "histograms_impl_ptp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L97", "weight": 1.0}, {"source": "histograms_impl_hist_bin_stone", "target": "histograms_impl_ptp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L148", "weight": 1.0}, {"source": "histograms_impl_hist_bin_doane", "target": "histograms_impl_ptp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L195", "weight": 1.0}, {"source": "histograms_impl_hist_bin_auto", "target": "histograms_impl_hist_bin_fd", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L259", "weight": 1.0}, {"source": "histograms_impl_hist_bin_auto", "target": "histograms_impl_hist_bin_sturges", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L260", "weight": 1.0}, {"source": "histograms_impl_hist_bin_auto", "target": "histograms_impl_hist_bin_sqrt", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L261", "weight": 1.0}, {"source": "histograms_impl_get_bin_edges", "target": "histograms_impl_get_outer_edges", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L392", "weight": 1.0}, {"source": "histograms_impl_get_bin_edges", "target": "histograms_impl_unsigned_subtract", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L409", "weight": 1.0}, {"source": "histograms_impl_histogram_bin_edges", "target": "histograms_impl_ravel_and_check_weights", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L675", "weight": 1.0}, {"source": "histograms_impl_histogram_bin_edges", "target": "histograms_impl_get_bin_edges", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L676", "weight": 1.0}, {"source": "histograms_impl_histogram", "target": "histograms_impl_ravel_and_check_weights", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L790", "weight": 1.0}, {"source": "histograms_impl_histogram", "target": "histograms_impl_get_bin_edges", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L792", "weight": 1.0}, {"source": "histograms_impl_histogram", "target": "histograms_impl_unsigned_subtract", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L823", "weight": 1.0}, {"source": "histograms_impl_histogram", "target": "histograms_impl_search_sorted_inclusive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L880", "weight": 1.0}, {"source": "histograms_impl_histogramdd", "target": "histograms_impl_get_outer_edges", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1017", "weight": 1.0}, {"source": "histograms_impl_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_lib_histograms_impl_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1", "weight": 1.0}, {"source": "histograms_impl_rationale_23", "target": "histograms_impl_ptp", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L23", "weight": 1.0}, {"source": "histograms_impl_rationale_33", "target": "histograms_impl_hist_bin_sqrt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L33", "weight": 1.0}, {"source": "histograms_impl_rationale_54", "target": "histograms_impl_hist_bin_sturges", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L54", "weight": 1.0}, {"source": "histograms_impl_rationale_77", "target": "histograms_impl_hist_bin_rice", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L77", "weight": 1.0}, {"source": "histograms_impl_rationale_101", "target": "histograms_impl_hist_bin_scott", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L101", "weight": 1.0}, {"source": "histograms_impl_rationale_123", "target": "histograms_impl_hist_bin_stone", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L123", "weight": 1.0}, {"source": "histograms_impl_rationale_166", "target": "histograms_impl_hist_bin_doane", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L166", "weight": 1.0}, {"source": "histograms_impl_rationale_201", "target": "histograms_impl_hist_bin_fd", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L201", "weight": 1.0}, {"source": "histograms_impl_rationale_231", "target": "histograms_impl_hist_bin_auto", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L231", "weight": 1.0}, {"source": "histograms_impl_rationale_279", "target": "histograms_impl_ravel_and_check_weights", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L279", "weight": 1.0}, {"source": "histograms_impl_rationale_299", "target": "histograms_impl_get_outer_edges", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L299", "weight": 1.0}, {"source": "histograms_impl_rationale_329", "target": "histograms_impl_unsigned_subtract", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L329", "weight": 1.0}, {"source": "histograms_impl_rationale_357", "target": "histograms_impl_get_bin_edges", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L357", "weight": 1.0}, {"source": "histograms_impl_rationale_458", "target": "histograms_impl_search_sorted_inclusive", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L458", "weight": 1.0}, {"source": "histograms_impl_rationale_475", "target": "histograms_impl_histogram_bin_edges", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L475", "weight": 1.0}, {"source": "histograms_impl_rationale_687", "target": "histograms_impl_histogram", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L687", "weight": 1.0}, {"source": "histograms_impl_rationale_915", "target": "histograms_impl_histogramdd", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L915", "weight": 1.0}], "raw_calls": [{"caller_nid": "histograms_impl_ptp", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L29"}, {"caller_nid": "histograms_impl_ptp", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L29"}, {"caller_nid": "histograms_impl_hist_bin_sqrt", "callee": "sqrt", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L50"}, {"caller_nid": "histograms_impl_hist_bin_sturges", "callee": "log2", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L73"}, {"caller_nid": "histograms_impl_hist_bin_scott", "callee": "std", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L119"}, {"caller_nid": "histograms_impl_hist_bin_stone", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L157"}, {"caller_nid": "histograms_impl_hist_bin_stone", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L157"}, {"caller_nid": "histograms_impl_hist_bin_stone", "callee": "sqrt", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L157"}, {"caller_nid": "histograms_impl_hist_bin_stone", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L158"}, {"caller_nid": "histograms_impl_hist_bin_stone", "callee": "_range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L158"}, {"caller_nid": "histograms_impl_hist_bin_stone", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L160"}, {"caller_nid": "histograms_impl_hist_bin_doane", "callee": "sqrt", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L185"}, {"caller_nid": "histograms_impl_hist_bin_doane", "callee": "std", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L186"}, {"caller_nid": "histograms_impl_hist_bin_doane", "callee": "mean", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L191"}, {"caller_nid": "histograms_impl_hist_bin_doane", "callee": "true_divide", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L192"}, {"caller_nid": "histograms_impl_hist_bin_doane", "callee": "power", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L193"}, {"caller_nid": "histograms_impl_hist_bin_doane", "callee": "mean", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L194"}, {"caller_nid": "histograms_impl_hist_bin_doane", "callee": "log2", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L195"}, {"caller_nid": "histograms_impl_hist_bin_doane", "callee": "log2", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L196"}, {"caller_nid": "histograms_impl_hist_bin_doane", "callee": "absolute", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L196"}, {"caller_nid": "histograms_impl_hist_bin_fd", "callee": "subtract", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L226"}, {"caller_nid": "histograms_impl_hist_bin_fd", "callee": "percentile", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L226"}, {"caller_nid": "histograms_impl_hist_bin_auto", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L263"}, {"caller_nid": "histograms_impl_hist_bin_auto", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L264"}, {"caller_nid": "histograms_impl_ravel_and_check_weights", "callee": "asarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L280"}, {"caller_nid": "histograms_impl_ravel_and_check_weights", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L285"}, {"caller_nid": "histograms_impl_ravel_and_check_weights", "callee": "astype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L286"}, {"caller_nid": "histograms_impl_ravel_and_check_weights", "callee": "asarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L289"}, {"caller_nid": "histograms_impl_ravel_and_check_weights", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L291"}, {"caller_nid": "histograms_impl_ravel_and_check_weights", "callee": "ravel", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L293"}, {"caller_nid": "histograms_impl_ravel_and_check_weights", "callee": "ravel", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L294"}, {"caller_nid": "histograms_impl_get_outer_edges", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L306"}, {"caller_nid": "histograms_impl_get_outer_edges", "callee": "isfinite", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L308"}, {"caller_nid": "histograms_impl_get_outer_edges", "callee": "isfinite", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L308"}, {"caller_nid": "histograms_impl_get_outer_edges", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L309"}, {"caller_nid": "histograms_impl_get_outer_edges", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L315"}, {"caller_nid": "histograms_impl_get_outer_edges", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L315"}, {"caller_nid": "histograms_impl_get_outer_edges", "callee": "isfinite", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L316"}, {"caller_nid": "histograms_impl_get_outer_edges", "callee": "isfinite", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L316"}, {"caller_nid": "histograms_impl_get_outer_edges", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L317"}, {"caller_nid": "histograms_impl_unsigned_subtract", "callee": "result_type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L343"}, {"caller_nid": "histograms_impl_unsigned_subtract", "callee": "subtract", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L347"}, {"caller_nid": "histograms_impl_unsigned_subtract", "callee": "subtract", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L352"}, {"caller_nid": "histograms_impl_unsigned_subtract", "callee": "asarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L352"}, {"caller_nid": "histograms_impl_unsigned_subtract", "callee": "asarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L352"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L381"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L386"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L389"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "reduce", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L398"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "_hist_bin_selectors[bin_name]", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L405"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "issubdtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L407"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L410"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "ceil", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L410"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "ndim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L416"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "index", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L418"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L420"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L423"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "ndim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L427"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "asarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L428"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L429"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L430"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L434"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "result_type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L440"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "issubdtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L441"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "result_type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L442"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L445"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L448"}, {"caller_nid": "histograms_impl_get_bin_edges", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L449"}, {"caller_nid": "histograms_impl_search_sorted_inclusive", "callee": "concatenate", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L463"}, {"caller_nid": "histograms_impl_search_sorted_inclusive", "callee": "searchsorted", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L464"}, {"caller_nid": "histograms_impl_search_sorted_inclusive", "callee": "searchsorted", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L465"}, {"caller_nid": "histograms_impl_histogram", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L796"}, {"caller_nid": "histograms_impl_histogram", "callee": "can_cast", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L808"}, {"caller_nid": "histograms_impl_histogram", "callee": "can_cast", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L809"}, {"caller_nid": "histograms_impl_histogram", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L819"}, {"caller_nid": "histograms_impl_histogram", "callee": "_range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L829"}, {"caller_nid": "histograms_impl_histogram", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L829"}, {"caller_nid": "histograms_impl_histogram", "callee": "reduce", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L839"}, {"caller_nid": "histograms_impl_histogram", "callee": "astype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L847"}, {"caller_nid": "histograms_impl_histogram", "callee": "astype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L853"}, {"caller_nid": "histograms_impl_histogram", "callee": "bincount", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L867"}, {"caller_nid": "histograms_impl_histogram", "callee": "bincount", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L869"}, {"caller_nid": "histograms_impl_histogram", "callee": "astype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L872"}, {"caller_nid": "histograms_impl_histogram", "callee": "bincount", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L872"}, {"caller_nid": "histograms_impl_histogram", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L876"}, {"caller_nid": "histograms_impl_histogram", "callee": "_range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L878"}, {"caller_nid": "histograms_impl_histogram", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L878"}, {"caller_nid": "histograms_impl_histogram", "callee": "sort", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L879"}, {"caller_nid": "histograms_impl_histogram", "callee": "zeros", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L882"}, {"caller_nid": "histograms_impl_histogram", "callee": "_range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L883"}, {"caller_nid": "histograms_impl_histogram", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L883"}, {"caller_nid": "histograms_impl_histogram", "callee": "argsort", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L886"}, {"caller_nid": "histograms_impl_histogram", "callee": "concatenate", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L889"}, {"caller_nid": "histograms_impl_histogram", "callee": "cumsum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L889"}, {"caller_nid": "histograms_impl_histogram", "callee": "diff", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L893"}, {"caller_nid": "histograms_impl_histogram", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L896"}, {"caller_nid": "histograms_impl_histogram", "callee": "diff", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L896"}, {"caller_nid": "histograms_impl_histogram", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L897"}, {"caller_nid": "histograms_impl_histogramdd_dispatcher", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L904"}, {"caller_nid": "histograms_impl_histogramdd_dispatcher", "callee": "suppress", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L908"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "atleast_2d", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L986"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "empty", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L989"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "asarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L993"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L996"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L998"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1008"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1009"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "_range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1012"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "ndim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1013"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1015"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "index", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1019"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1022"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1026"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "ndim", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1027"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "asarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1028"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1029"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1030"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1033"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1036"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "diff", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1037"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1040"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "searchsorted", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1042"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "_range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1043"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "_range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1049"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "ravel_multi_index", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1057"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "bincount", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1061"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "prod", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1061"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1064"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "astype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1067"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1070"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1075"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "_range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1076"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "ones", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1077"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1079"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1082"}, {"caller_nid": "histograms_impl_histogramdd", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_histograms_impl.py", "source_location": "L1083"}]} |