Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Nov 9, 2023
1 parent 0a9843d commit 13a632f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/model_zoo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ GraphPPL.NodeBehaviour(::Type{ArbitraryNode}) = GraphPPL.Stochastic()
struct SomeMeta end

struct NormalMeanVariance end

GraphPPL.NodeBehaviour(::Type{NormalMeanVariance}) = GraphPPL.Stochastic()

struct NormalMeanPrecision end

GraphPPL.NodeBehaviour(::Type{NormalMeanPrecision}) = GraphPPL.Stochastic()

GraphPPL.aliases(::Type{Normal}) = (Normal, NormalMeanVariance, NormalMeanPrecision)

GraphPPL.interfaces(::Type{NormalMeanVariance}, ::StaticInt{3}) = (:out, , )
Expand Down

0 comments on commit 13a632f

Please sign in to comment.