pysal / spaghetti

SPAtial GrapHs: nETworks, Topology, & Inference
http://pysal.org/spaghetti/
BSD 3-Clause "New" or "Revised" License
260 stars 69 forks source link

Fix memory leak in `full_distance_matrix()` #719

Closed jGaboardi closed 1 year ago

jGaboardi commented 1 year ago

This PR resolves #715.

codecov[bot] commented 1 year ago

Codecov Report

Merging #719 (cd60692) into main (878141e) will not change coverage. The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #719   +/-   ##
=====================================
  Coverage   97.6%   97.6%           
=====================================
  Files          3       3           
  Lines       1177    1177           
  Branches     299     300    +1     
=====================================
  Hits        1149    1149           
  Misses         7       7           
  Partials      21      21           
Impacted Files Coverage Δ
spaghetti/network.py 97.4% <100.0%> (ø)