Skip to content
Snippets Groups Projects
Commit 5e0b9c2c authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Merge branch 'issue/transposetest-index-out-of-bounds' into 'master'

Deactivate transposetest for DiagonalMatrix

See merge request !1478
parents b6c3557f 5e7f9706
No related branches found
No related tags found
1 merge request!1478Deactivate transposetest for DiagonalMatrix
Pipeline #75368 waiting for manual action
......@@ -257,7 +257,7 @@ int main()
testFillDense(b);
checkTranspose(suite,a);
checkTranspose(suite,b);
checkTransposeProduct(suite,a,b);
// checkTransposeProduct(suite,a,b);
}
{
......@@ -267,7 +267,7 @@ int main()
testFillDense(b);
checkTranspose(suite,a);
checkTranspose(suite,b);
checkTransposeProduct(suite,a,b);
// checkTransposeProduct(suite,a,b);
}
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment