Covariate names were stored as x_name in MGWRResult instead of the name_x convention used everywhere else, leading to MGWRResult.summary(), summaryGLM(), and summaryMGWR() unable to display the covariate names even if they are specified. Just a simple typo correction.
Covariate names were stored as
x_name
in MGWRResult instead of thename_x
convention used everywhere else, leading toMGWRResult.summary()
,summaryGLM()
, andsummaryMGWR()
unable to display the covariate names even if they are specified. Just a simple typo correction.https://github.com/pysal/mgwr/blob/5b484efa923627161df324a2caa741f57263a455/mgwr/gwr.py#L1284 https://github.com/pysal/mgwr/blob/5b484efa923627161df324a2caa741f57263a455/mgwr/summary.py#L17 https://github.com/pysal/mgwr/blob/5b484efa923627161df324a2caa741f57263a455/mgwr/summary.py#L62