Skip to content

Commit f0ed72f

Browse files
Move files around
1 parent 07df675 commit f0ed72f

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

src/SpecialFunctions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ include("erf.jl")
8585
include("ellip.jl")
8686
include("expint.jl")
8787
include("sincosint.jl")
88-
include("e_lgammaf_r.jl")
89-
include("e_lgamma_r.jl")
88+
include("logabsgamma/e_lgammaf_r.jl")
89+
include("logabsgamma/e_lgamma_r.jl")
9090
include("gamma.jl")
9191
include("gamma_inc.jl")
9292
include("betanc.jl")
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tests = [
3030
"expint",
3131
"gamma_inc",
3232
"gamma",
33-
"e_lgamma_r",
33+
"logabsgamma",
3434
"sincosint",
3535
"other_tests",
3636
"chainrules"

0 commit comments

Comments
 (0)