From df9d69ba13539b29a7cbddbe3528d487bebb9169 Mon Sep 17 00:00:00 2001 From: fjosw Date: Wed, 23 Feb 2022 10:28:05 +0000 Subject: [PATCH] Documentation updated --- docs/pyerrors/input/openQCD.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/pyerrors/input/openQCD.html b/docs/pyerrors/input/openQCD.html index 46b138f7..43e544f9 100644 --- a/docs/pyerrors/input/openQCD.html +++ b/docs/pyerrors/input/openQCD.html @@ -180,7 +180,6 @@ for suffix in suffixes: if truncated_entry.endswith(suffix): truncated_entry = truncated_entry[0:-len(suffix)] - truncated_entry = entry.split('.')[0] idx = truncated_entry.index('r') rep_names.append(truncated_entry[:idx] + '|' + truncated_entry[idx:]) else: @@ -1037,7 +1036,6 @@ for suffix in suffixes: if truncated_entry.endswith(suffix): truncated_entry = truncated_entry[0:-len(suffix)] - truncated_entry = entry.split('.')[0] idx = truncated_entry.index('r') rep_names.append(truncated_entry[:idx] + '|' + truncated_entry[idx:]) else: