Skip to content

Commit 19f4db4

Browse files
committed
tweak how some packages are loaded in extensions
1 parent 51a0f1c commit 19f4db4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/ChainRulesCoreExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module ChainRulesCoreExt
33
using LogExpFunctions
44
import ChainRulesCore
55

6-
import LinearAlgebra
6+
import LogExpFunctions.LinearAlgebra
77

88
function _Ω_∂_xlogx(x::Real)
99
logx = log(x)

ext/ChangesOfVariablesExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module ChangesOfVariablesExt
22

33
using LogExpFunctions
44
import ChangesOfVariables
5-
import IrrationalConstants
5+
import LogExpFunctions.IrrationalConstants
66

77
function ChangesOfVariables.with_logabsdet_jacobian(::typeof(log1pexp), x::Real)
88
y = log1pexp(x)

0 commit comments

Comments
 (0)