Skip to content

Commit 91e297d

Browse files
committed
Use loggamma instead of deprecated lgamma in tests
1 parent 3e40b3e commit 91e297d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/darray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ check_leaks()
780780
erfcx, erfi, erfinv, exp, exp10, exp2,
781781
expm1, exponent, float, floor, gamma, imag,
782782
invdigamma, isfinite, isinf, isnan,
783-
lgamma, log, log10, log1p, log2, rad2deg, real,
783+
loggamma, log, log10, log1p, log2, rad2deg, real,
784784
sec, secd, sech, sign, sin, sinc, sind,
785785
sinh, sinpi, sqrt, tan, tand, tanh, trigamma)
786786
@test f.(a) == f.(b)

0 commit comments

Comments
 (0)