diff --git a/docs/pyerrors/obs.html b/docs/pyerrors/obs.html index a0bef67a..73709ada 100644 --- a/docs/pyerrors/obs.html +++ b/docs/pyerrors/obs.html @@ -1955,7 +1955,7 @@ co : Covobs Covobs to be embedded into the Obs """ - o = Obs(None, None, empty=True) + o = Obs(None, None) o._value = co.value o.names.append(co.name) o.covobs[co.name] = co @@ -5371,7 +5371,7 @@ list of the Obs object to be combined co : Covobs Covobs to be embedded into the Obs """ - o = Obs(None, None, empty=True) + o = Obs(None, None) o._value = co.value o.names.append(co.name) o.covobs[co.name] = co