Merge pull request #1033 from quantified-uncertainty/10k-to-1k-default

Changed samples and xyPointLength from 10K to 1K
This commit is contained in:
Ozzie Gooen 2022-08-29 18:10:32 -07:00 committed by GitHub
commit c7bc526b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ export type { result, shape, environment, lambdaValue, squiggleExpression };
export { parse } from "./parse";
export let defaultSamplingInputs: environment = {
sampleCount: 10000,
xyPointLength: 10000,
sampleCount: 1000,
xyPointLength: 1000,
};
export function run(