Fix missing paramater in test

Value: [0.001 to 0.01]
This commit is contained in:
Sam Nolan 2022-04-25 15:18:18 -04:00
parent cf44e6d3c7
commit aa192883e2

View File

@ -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,