Fixed lint
Value: [1e-10 to 1e-6]
This commit is contained in:
parent
216ede45b2
commit
465383205a
|
@ -120,7 +120,8 @@ module Helpers = {
|
||||||
}
|
}
|
||||||
|
|
||||||
let mixture = (args: array<expressionValue>): DistributionOperation.outputType => {
|
let mixture = (args: array<expressionValue>): DistributionOperation.outputType => {
|
||||||
let error = (err: string): DistributionOperation.outputType => err->DistributionTypes.ArgumentError->GenDistError
|
let error = (err: string): DistributionOperation.outputType =>
|
||||||
|
err->DistributionTypes.ArgumentError->GenDistError
|
||||||
switch args {
|
switch args {
|
||||||
| [EvArray(distributions)] =>
|
| [EvArray(distributions)] =>
|
||||||
switch parseDistributionArray(distributions) {
|
switch parseDistributionArray(distributions) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user