Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2022-11-30 16:54:46 +00:00
commit 1dd9580336

View file

@ -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)