Skip to content

Commit c2f06a6

Browse files
authored
Merge pull request #584 from TuringLang/csp/flux-bug
Changed using Flux: Tracker to using Flux.Tracker
2 parents 216a87c + 3e6cb97 commit c2f06a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Turing.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929
import Base: ~, convert, promote_rule, rand, getindex, setindex!
3030
import Distributions: sample
3131
import ForwardDiff: gradient
32-
using Flux: Tracker
32+
using Flux.Tracker
3333
import MCMCChain: AbstractChains, Chains
3434
@init @require DynamicHMC="bbc10e6e-7c05-544b-b16e-64fede858acb" @eval begin
3535
using DynamicHMC, LogDensityProblems

0 commit comments

Comments
 (0)