Skip to content

Commit

Permalink
pass rng
Browse files Browse the repository at this point in the history
  • Loading branch information
st-- committed Apr 9, 2022
1 parent 145091d commit 41a01da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mean_function.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
for x in [x1, xD_colvecs, xD_rowvecs]
m = testcase.mean_function
@test AbstractGPs._map_meanfunction(m, x) == testcase.calc_expected(x)
differentiable_mean_function_tests(m, randn(rng, N), x)
differentiable_mean_function_tests(rng, m, x)
end
end
end

0 comments on commit 41a01da

Please sign in to comment.