Skip to content

Commit

Permalink
Update thewalrus/tests/test_decompositions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Quesada <991946+nquesada@users.noreply.github.com>
  • Loading branch information
RyosukeNORO and nquesada authored Jul 5, 2024
1 parent 05ed19d commit 7f1a795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thewalrus/tests/test_decompositions.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def test_takagi_error():


def test_takagi_diagonal_matrix():
"""Test the takagi decomposition works well for a specific matrix that was not deecomposed accuratelyin a previous version.
"""Test the takagi decomposition works well for a specific matrix that was not decomposed accurately in a previous implementation.
See more info in PR #393 (https://github.com/XanaduAI/thewalrus/pull/393)"""
A = np.array(
[
Expand Down

0 comments on commit 7f1a795

Please sign in to comment.