Skip to content

Commit

Permalink
added implicit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWorkshop committed May 10, 2024
1 parent eca6b94 commit 3fbe72e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/implicit_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ end
d = 5
test_implicit("Normal", EPCA(x->x^2/2), rand(n, d) * 100, 1)
test_implicit("Poisson", EPCA(x->exp(x)), rand(0:100, n, d), 1)
# test_implicit("Bernoulli", EPCA(@. x->exp(x)/(1 + exp(x))), rand(0:1, n, d), 0.5)
end

0 comments on commit 3fbe72e

Please sign in to comment.