Skip to content

Commit 8f61fc9

Browse files
committed
fix typo in nsf test
1 parent 9494de1 commit 8f61fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ end
143143
# prevent updating params of q0
144144
@leaf MvNormal
145145
q₀ = MvNormal(zeros(T, 2), ones(T, 2))
146-
flow = realnvp(q₀, [8, 8], 3; paramtype=T)
146+
flow = nsf(q₀, [8, 8], 10, 5one(T), 3; paramtype=T)
147147

148148
θ, re = Optimisers.destructure(flow)
149149

0 commit comments

Comments
 (0)