Skip to content

Commit df9840f

Browse files
committed
rename function to improve readability
1 parent 857c281 commit df9840f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ check_print()
9393
fi
9494
}
9595

96-
fastmath()
96+
check_fastmath()
9797
{
9898
echo "Checking Missing fastmath flags in njit functions"
99-
./fastmath.py --perform check
99+
./fastmath.py --check
100100
check_errs $?
101101
}
102102

@@ -342,7 +342,7 @@ check_ray
342342

343343

344344
if [[ -z $NUMBA_DISABLE_JIT || $NUMBA_DISABLE_JIT -eq 0 ]]; then
345-
fastmath
345+
check_fastmath
346346
fi
347347

348348

0 commit comments

Comments
 (0)