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,
|
||||
{xs: [0., 1.], ys: [1., 1.]},
|
||||
{xs: [-1.], ys: [1.]},
|
||||
false
|
||||
),
|
||||
), // Multiply distribution by -1
|
||||
true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user