pysal / mgwr

Multiscale Geographically Weighted Regression (MGWR)
https://mgwr.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
368 stars 126 forks source link

fix typo in uniform kernel branch #107

Closed tdhoffman closed 3 years ago

tdhoffman commented 3 years ago

Change zi to zs in the uniform kernel option, there's no variable named zi in scope.

codecov[bot] commented 3 years ago

Codecov Report

Merging #107 (c1411ca) into master (5172d80) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   89.14%   89.14%           
=======================================
  Files          12       12           
  Lines        2995     2995           
=======================================
  Hits         2670     2670           
  Misses        325      325           
Impacted Files Coverage Δ
mgwr/kernels.py 89.36% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5172d80...c1411ca. Read the comment docs.