Changed samples and xyPointLength from 10K to 1K

See: https://eaforecasting.slack.com/archives/C030T49UHSS/p1661817834362619
This commit is contained in:
Ozzie Gooen 2022-08-29 17:52:59 -07:00 committed by GitHub
parent d28a1ffe0b
commit 4368bb53fa
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(