regenerated yarn.lock; moved fc.float to fc.double in symbolic_test.ts

This commit is contained in:
Quinn Dougherty 2022-06-21 16:14:45 -04:00
parent cae57a1b4e
commit 507d8e9f98
2 changed files with 600 additions and 759 deletions

View File

@ -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}))`);

1357
yarn.lock

File diff suppressed because it is too large Load Diff