We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bef1e81 + 4b9970d commit 514917fCopy full SHA for 514917f
libpysal/weights/spatial_lag.py
@@ -85,7 +85,7 @@ def lag_spatial(w, y):
85
[6. , 2. ],
86
[6. , 2. ]])
87
"""
88
- return w.sparse * y
+ return w.sparse @ y
89
90
91
def lag_categorical(w, y, ties="tryself"):
0 commit comments