Skip to content

Commit

Permalink
Removed sampleCount hardcode from toCalculator()
Browse files Browse the repository at this point in the history
  • Loading branch information
OAGr committed Dec 6, 2023
1 parent 44ba29b commit 0963778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/squiggle-lang/src/reducer/lambda.ts
Expand Up @@ -221,7 +221,6 @@ export class BuiltinLambda extends BaseLambda {
name: `Input ${i + 1}`,
type: sig.getName() === "Bool" ? "checkbox" : "text",
})),
sampleCount: 10000,
autorun,
};
}
Expand Down

0 comments on commit 0963778

Please sign in to comment.