From 402721449d294c93a513598e089fd49eb909dab8 Mon Sep 17 00:00:00 2001 From: fjosw Date: Fri, 10 Dec 2021 16:13:51 +0000 Subject: [PATCH] Documentation updated --- docs/pyerrors/obs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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