Skip to content

Commit

Permalink
add test transform
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvanerp committed Aug 27, 2024
1 parent 678c81d commit 49162d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/distributions/transform_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
)
)
@test transform(d2) == DiscreteDistribution(TruncatedDistribution(Normal(0, 1), 0, 1))

@test transform(Normal(0, 1)) == Normal(0, 1)
end

0 comments on commit 49162d6

Please sign in to comment.