Fix missing paramater in test
Value: [0.001 to 0.01]
This commit is contained in:
parent
cf44e6d3c7
commit
aa192883e2
|
@ -9,6 +9,7 @@ describe("Combining Continuous and Discrete Distributions", () => {
|
||||||
#Multiply,
|
#Multiply,
|
||||||
{xs: [0., 1.], ys: [1., 1.]},
|
{xs: [0., 1.], ys: [1., 1.]},
|
||||||
{xs: [-1.], ys: [1.]},
|
{xs: [-1.], ys: [1.]},
|
||||||
|
false
|
||||||
),
|
),
|
||||||
), // Multiply distribution by -1
|
), // Multiply distribution by -1
|
||||||
true,
|
true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user