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 57f3de3 commit 689006aCopy full SHA for 689006a
test/ext/DynamicPPLMooncakeExt.jl
@@ -1,3 +1,5 @@
1
@testset "DynamicPPLMooncakeExt" begin
2
- Mooncake.TestUtils.test_rule(StableRNG(123456), istrans, VarInfo(); unsafe_perturb=true, interface_only=true)
+ Mooncake.TestUtils.test_rule(
3
+ StableRNG(123456), istrans, VarInfo(); unsafe_perturb=true, interface_only=true
4
+ )
5
end
0 commit comments