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 25a2062 commit e4a91cfCopy full SHA for e4a91cf
obsarray/unc_accessor.py
@@ -354,7 +354,7 @@ def err_cov_matrix(self):
354
err_cov_matrix = empty_err_corr_matrix(self._obj[self._unc_var_name][self._sli])
355
356
err_cov_matrix.values = convert_corr_to_cov(
357
- self.err_corr_matrix().values, self.value.values
+ self.err_corr_matrix().values, self.abs_value.values
358
)
359
360
return err_cov_matrix
0 commit comments