mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02: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:
|
except Exception:
|
||||||
all_vecs.append(None)
|
all_vecs.append(None)
|
||||||
if sort == "Eigenvector":
|
if sort == "Eigenvector":
|
||||||
if (ts is None):
|
if ts is None:
|
||||||
raise Exception("ts is required for the Eigenvector sorting method.")
|
raise Exception("ts is required for the Eigenvector sorting method.")
|
||||||
all_vecs = _sort_vectors(all_vecs, ts)
|
all_vecs = _sort_vectors(all_vecs, ts)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue