Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@trietmnj
Copy link

@trietmnj trietmnj commented Jan 1, 2024

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.

mgwr/mgwr/gwr.py

Line 1284 in 5b484ef

summary = summaryModel(self) + summaryGLM(self) + summaryGWR(self)

if self.name_x is not None:

if self.name_x is not None:

Copy link
Member

@martinfleis martinfleis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad! Thanks for noticing!

@TaylorOshan TaylorOshan merged commit f7b7919 into pysal:master Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants