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.
1 parent 368d971 commit 4019ff6Copy full SHA for 4019ff6
obsarray/err_corr.py
@@ -131,7 +131,7 @@ def get_sliced_shape_errcorr(self, sli: tuple) -> tuple:
131
132
return tuple([uncvar_sizes[dim] for dim in sliced_dims])
133
134
- def slice_full_cov(self, full_matrix: np.ndarrary, sli: tuple) -> np.ndarray:
+ def slice_full_cov(self, full_matrix: np.ndarray, sli: tuple) -> np.ndarray:
135
return self.slice_flattened_matrix(
136
full_matrix, self._obj[self._unc_var_name].shape, sli
137
)
0 commit comments