# HG changeset patch # User Rik # Date 1411273205 25200 # Node ID 3cb64f94294ff832b60253b465c8bcc0cd7cd7da # Parent 3fb075f5140f7fd51c4af78bda3d4043442178e7 build-sparse-tests.sh: Use isfinite rather than deprecated finite. * test/build-sparse-tests.sh: Use isfinite rather than deprecated finite. diff -r 3fb075f5140f -r 3cb64f94294f test/build-sparse-tests.sh --- a/test/build-sparse-tests.sh Sat Sep 20 21:18:22 2014 -0700 +++ b/test/build-sparse-tests.sh Sat Sep 20 21:20:05 2014 -0700 @@ -464,7 +464,7 @@ print_mapper_test cos print_mapper_test cosh print_mapper_test exp -print_mapper_test finite +print_mapper_test isfinite print_mapper_test fix print_mapper_test floor print_mapper_test imag