Skip to content

Commit

Permalink
Merge pull request #33 from yakir12/patch-2
Browse files Browse the repository at this point in the history
Remove unused type variable
  • Loading branch information
cstjean committed Apr 19, 2023
2 parents 8696910 + 6b17be9 commit 26cb223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backwardsampler.jl
@@ -1,5 +1,5 @@

function backward_rand_kernel(x, Gf, Gpred, Φ) where T
function backward_rand_kernel(x, Gf, Gpred, Φ)
xf, Pf = meancov(Gf)
xpred, Ppred = meancov(Gpred)

Expand Down

0 comments on commit 26cb223

Please sign in to comment.