Merge pull request #1033 from quantified-uncertainty/10k-to-1k-default
Changed samples and xyPointLength from 10K to 1K
This commit is contained in:
commit
c7bc526b38
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user