mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-30 00:39:27 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
c3d69ff34e
1 changed files with 1 additions and 1 deletions
|
@ -1632,7 +1632,7 @@ def cov_Obs(means, cov, name, grad=None):
|
||||||
co : Covobs
|
co : Covobs
|
||||||
Covobs to be embedded into the Obs
|
Covobs to be embedded into the Obs
|
||||||
"""
|
"""
|
||||||
o = Obs(None, None, empty=True)
|
o = Obs(None, None)
|
||||||
o._value = co.value
|
o._value = co.value
|
||||||
o.names.append(co.name)
|
o.names.append(co.name)
|
||||||
o.covobs[co.name] = co
|
o.covobs[co.name] = co
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue