regenerated yarn.lock; moved fc.float to fc.double in symbolic_test.ts
This commit is contained in:
parent
cae57a1b4e
commit
507d8e9f98
|
@ -5,7 +5,7 @@ import * as fc from "fast-check";
|
|||
describe("Symbolic mean", () => {
|
||||
test("mean(triangular(x,y,z))", () => {
|
||||
fc.assert(
|
||||
fc.property(fc.float(), fc.float(), fc.float(), (x, y, z) => {
|
||||
fc.property(fc.double(), fc.double(), fc.double(), (x, y, z) => {
|
||||
if (!(x < y && y < z)) {
|
||||
try {
|
||||
let squiggleResult = testRun(`mean(triangular(${x},${y},${z}))`);
|
||||
|
|
Loading…
Reference in New Issue
Block a user