Skip to content

Commit 32069fc

Browse files
kgrytegururaj1512
andauthored
Apply suggestions from code review
Co-authored-by: Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 3f0593a commit 32069fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansum/benchmark/c/benchmark.length.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ static double benchmark( int iterations, int len ) {
143143
for ( i = 0; i < iterations; i++ ) {
144144
v = stdlib_blas_ext_dnansum( arrays );
145145
if ( v != v ) {
146-
printf( "unexpected result\n" );
146+
printf( "should not return NaN\n" );
147147
break;
148148
}
149149
}
150150
elapsed = tic() - t;
151151
if ( v != v ) {
152-
printf( "unexpected result\n" );
152+
printf( "should not return NaN\n" );
153153
}
154154
stdlib_ndarray_free( x );
155155
free( data );

0 commit comments

Comments
 (0)