Skip to content

Commit b179f16

Browse files
committed
Fix import
1 parent c96edf0 commit b179f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InferOpt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using StatsBase: StatsBase, sample
1616
using Test
1717

1818
include("utils/probability_distribution.jl")
19-
include("utils/composition.jl")
19+
include("utils/pushforward.jl")
2020

2121
include("interpolation/interpolation.jl")
2222

0 commit comments

Comments
 (0)