Skip to content

Commit 881dd41

Browse files
committed
Ah yes, make format
1 parent 2371207 commit 881dd41

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/nodes/predefined/gamma_mixture_tests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ end
201201

202202
# mismatched counts of a and b
203203
@test_throws ErrorException factornode(GammaMixture, [(:out, :x), (:switch, :z), (:a, :a1), (:b, :b1), (:b, :b2)], [[:out], [:switch], [:a1], [:b1], [:b2]])
204-
@test_throws ErrorException factornode(GammaMixture, [(:out, :x), (:switch, :z), (:a, :a1), (:a, :a2), (:a, :a3), (:b, :b1), (:b, :b2)], [[:out], [:switch], [:a1, :a2, :a3], [:b1], [:b2]])
204+
@test_throws ErrorException factornode(
205+
GammaMixture, [(:out, :x), (:switch, :z), (:a, :a1), (:a, :a2), (:a, :a3), (:b, :b1), (:b, :b2)], [[:out], [:switch], [:a1, :a2, :a3], [:b1], [:b2]]
206+
)
205207
end
206208

207209
@testitem "GammaMixtureNodeFunctionalDependencies: collect_latest_messages empty tuple" begin

0 commit comments

Comments
 (0)