From a93944cf27c192a782b9d3eec179d21d3e20d62f Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 11 Oct 2021 11:46:00 +0100 Subject: [PATCH] bug fixed in input/openQCD --- pyerrors/input/openQCD.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyerrors/input/openQCD.py b/pyerrors/input/openQCD.py index 046496ee..f0756360 100644 --- a/pyerrors/input/openQCD.py +++ b/pyerrors/input/openQCD.py @@ -27,8 +27,6 @@ def read_rwms(path, prefix, version='2.0', names=None, **kwargs): known_oqcd_versions = ['1.4','1.6','2.0'] if not (version in known_oqcd_versions): raise Exception('Unknown openQCD version defined!') - else: #Set defaults for openQCD Version to be version 1.4, emulate the old behaviour of this method - # Deprecate this kwarg in version 2.0. print("Working with openQCD version " + version) if 'postfix' in kwargs: postfix = kwargs.get('postfix')