We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee39e26 commit 6ce0a4fCopy full SHA for 6ce0a4f
benchmarks/benchmarks.jl
@@ -51,8 +51,6 @@ chosen_combinations = [
51
("Multivariate 10k", multivariate10k, :typed, :mooncake, true),
52
("Dynamic", Models.dynamic(), :typed, :mooncake, true),
53
("Submodel", Models.parent(randn()), :typed, :mooncake, true),
54
- # TODO(mhauru) Switch to :mooncake once
55
- # https://github.com/compintell/Mooncake.jl/issues/513 is resolved
56
("LDA", lda_instance, :typed, :reversediff, true),
57
]
58
0 commit comments