pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
80 stars 26 forks source link

silence cg warnings #115

Closed martinfleis closed 11 months ago

martinfleis commented 11 months ago

I've noticed some warnings about deprecation of libpysal.cg.shapes. User cannot do anything about those and we need to refactor pointpats ourselves. So I'm silencing them for now as they only cause confusion.

codecov[bot] commented 11 months ago

Codecov Report

Merging #115 (96569de) into main (de0470a) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   52.56%   52.64%   +0.07%     
==========================================
  Files          12       12              
  Lines        1851     1854       +3     
  Branches      317      317              
==========================================
+ Hits          973      976       +3     
  Misses        821      821              
  Partials       57       57              
Files Changed Coverage Δ
pointpats/process.py 49.54% <100.00%> (+0.46%) :arrow_up:
pointpats/window.py 72.00% <100.00%> (+2.43%) :arrow_up: