Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion haarpy/symplectic.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def haar_integral_symplectic(
Expr: Integral under the Haar measure

Raise:
ValueError: If sequences doesn't contain 2 tuples
ValueError: If sequences don't contain 2 tuples
ValueError: If tuples i and j are of different length
TypeError: If the half_dimension is not int nor Symbol
TypeError: If dimension is int and sequence is not
Expand Down
Loading