Skip to content

Commit

Permalink
Merge pull request #83 from weikang9009/check_constant
Browse files Browse the repository at this point in the history
check_constant change
  • Loading branch information
TaylorOshan committed Sep 8, 2020
2 parents cecf49e + eb5425a commit 9a253e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgwr/sel_bw.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def _bw(self):
def _mbw(self):
y = self.y
if self.constant:
X = USER.check_constant(self.X_loc)
X,keep_x,warn = USER.check_constant(self.X_loc)
else:
X = self.X_loc
n, k = X.shape
Expand Down

0 comments on commit 9a253e6

Please sign in to comment.