Skip to content

Commit

Permalink
test: add trans back to getrs_tntpiv, nopiv
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Jan 23, 2024
1 parent ce53591 commit 3bc5090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ def filter_csv( values, csv ):
+ ' --matrix rand_dominant' ],

[ 'getrs', gen + dtype + la + n + trans + ge_matrix + nonuniform_nb + thresh ],
[ 'getrs_tntpiv', gen + dtype + la + n + ge_matrix ],
[ 'getrs_nopiv', gen + dtype + la + n + ge_matrix + nonuniform_nb
[ 'getrs_tntpiv', gen + dtype + la + n + trans + ge_matrix ],
[ 'getrs_nopiv', gen + dtype + la + n + trans + ge_matrix + nonuniform_nb
+ ' --matrix rand_dominant' ],

[ 'getri', gen + dtype + la + n ],
Expand Down

0 comments on commit 3bc5090

Please sign in to comment.