Skip to content
Snippets Groups Projects

Fixing SVD test

Merged Tiago de Freitas Pereira requested to merge fix-gsvd into master
1 unresolved thread

Just fixing the sign of the last eigenvector.

More info check it out #10 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
104 104
105 105 U_ref = numpy.array([[ 2.20825004e-03, -1.80819459e-03, -9.99995927e-01],
106 106 [ -7.09549949e-01, 7.04649416e-01, -2.84101853e-03],
107 [ -7.04651683e-01, -7.09553332e-01, -2.73037723e-04]])
107 [ 7.04651683e-01, 7.09553332e-01, 2.73037723e-04]])
  • As the sign of the eigenvector is arbitrary, maybe the test should be updated such that both signs are valid, instead of changing the sign of the reference.

  • Please register or sign in to reply
    Loading