Fixed Bisect
Value: [1e-5 to 1e-3]
This commit is contained in:
parent
58a7cd769f
commit
216ede45b2
|
@ -120,7 +120,7 @@ module Helpers = {
|
|||
}
|
||||
|
||||
let mixture = (args: array<expressionValue>): DistributionOperation.outputType => {
|
||||
let error = (err: string): DistributionOperation.outputType => err->ArgumentError->GenDistError
|
||||
let error = (err: string): DistributionOperation.outputType => err->DistributionTypes.ArgumentError->GenDistError
|
||||
switch args {
|
||||
| [EvArray(distributions)] =>
|
||||
switch parseDistributionArray(distributions) {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.0-beta.20",
|
||||
"@docusaurus/preset-classic": "2.0.0-beta.20",
|
||||
"@quri/squiggle-components": "0.2.9",
|
||||
"@quri/squiggle-components": "^0.2.20",
|
||||
"clsx": "^1.1.1",
|
||||
"prism-react-renderer": "^1.2.1",
|
||||
"react": "^18.1.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user