diff --git a/docs/pyerrors/covobs.html b/docs/pyerrors/covobs.html index 61697485..29cdc28c 100644 --- a/docs/pyerrors/covobs.html +++ b/docs/pyerrors/covobs.html @@ -112,6 +112,8 @@ raise Exception('Covariance matrix has to be a square matrix!') else: raise Exception('Covariance matrix has to be a 2 dimensional square matrix!') + if '|' in name: + raise Exception("Covobs name must not contain replica separator '|'.") self.name = name if grad is None: if pos is None: @@ -179,6 +181,8 @@ raise Exception('Covariance matrix has to be a square matrix!') else: raise Exception('Covariance matrix has to be a 2 dimensional square matrix!') + if '|' in name: + raise Exception("Covobs name must not contain replica separator '|'.") self.name = name if grad is None: if pos is None: @@ -243,6 +247,8 @@ raise Exception('Covariance matrix has to be a square matrix!') else: raise Exception('Covariance matrix has to be a 2 dimensional square matrix!') + if '|' in name: + raise Exception("Covobs name must not contain replica separator '|'.") self.name = name if grad is None: if pos is None: