Skip to content

Commit 643b26d

Browse files
Merge pull request #192 from JuliaDiff/dw/fix_tests
Fix broken tests
2 parents d522508 + 198ca4e commit 643b26d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const COMPILED_TAPE_LIMIT = 5000
1010
# machinery is currently too dumb to handle them properly.
1111
const SKIPPED_BINARY_SCALAR_TESTS = Symbol[:hankelh1, :hankelh1x, :hankelh2, :hankelh2x,
1212
:pow, :besselj, :besseli, :bessely, :besselk,
13-
:polygamma]
13+
:polygamma, :ldexp]
1414

1515
# make RNG deterministic, and thus make result inaccuracies
1616
# deterministic so we don't have to retune EPS for arbitrary inputs

0 commit comments

Comments
 (0)