Skip to content

Commit 78d48f2

Browse files
committed
explicit Flux import
1 parent 1ed134a commit 78d48f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ using ChainRulesCore
66
using ChainRulesTestUtils
77
using Distributions
88
using FiniteDifferences
9-
using Flux
9+
using Flux: Flux
1010
using IterTools
11-
using LogExpFunctions: logistic
11+
using LogExpFunctions: softplus
1212
using Optim
1313
using PDMats
1414
using Zygote

0 commit comments

Comments
 (0)