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: