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 c313446 + eacbe9a commit abbbd10Copy full SHA for abbbd10
src/pykrige/uk.py
@@ -416,7 +416,7 @@ def __init__(
416
external_drift.shape[0] == external_drift_x.shape[0]
417
and external_drift.shape[1] == external_drift_y.shape[0]
418
):
419
- self.external_Z_drift = np.array(external_drift.T)
+ self.external_Z_array = np.array(external_drift.T)
420
else:
421
raise ValueError(
422
"External drift dimensions do not match "
0 commit comments