Changed samples and xyPointLength from 10K to 1K
See: https://eaforecasting.slack.com/archives/C030T49UHSS/p1661817834362619
This commit is contained in:
parent
d28a1ffe0b
commit
4368bb53fa
|
@ -40,8 +40,8 @@ export type { result, shape, environment, lambdaValue, squiggleExpression };
|
||||||
export { parse } from "./parse";
|
export { parse } from "./parse";
|
||||||
|
|
||||||
export let defaultSamplingInputs: environment = {
|
export let defaultSamplingInputs: environment = {
|
||||||
sampleCount: 10000,
|
sampleCount: 1000,
|
||||||
xyPointLength: 10000,
|
xyPointLength: 1000,
|
||||||
};
|
};
|
||||||
|
|
||||||
export function run(
|
export function run(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user