mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
refactor: unnecessary brackets removed.
This commit is contained in:
parent
ad1296ae47
commit
873627fd95
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ class Corr:
|
|||
except Exception:
|
||||
all_vecs.append(None)
|
||||
if sort == "Eigenvector":
|
||||
if (ts is None):
|
||||
if ts is None:
|
||||
raise Exception("ts is required for the Eigenvector sorting method.")
|
||||
all_vecs = _sort_vectors(all_vecs, ts)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue