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 error = (err: string): DistributionOperation.outputType => err->DistributionTypes.ArgumentError->GenDistError
|
||||
let error = (err: string): DistributionOperation.outputType =>
|
||||
err->DistributionTypes.ArgumentError->GenDistError
|
||||
switch args {
|
||||
| [EvArray(distributions)] =>
|
||||
switch parseDistributionArray(distributions) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user