backed out of rescript-fast-check
This commit is contained in:
parent
e89042406b
commit
c50f8a3273
|
@ -37,12 +37,12 @@ describe("mixture", () => {
|
|||
let (betaParams, rate) = tup
|
||||
let (alpha, beta) = betaParams
|
||||
let theMean = {
|
||||
run(Mixture(
|
||||
[
|
||||
(mkBeta(alpha, beta), 0.25),
|
||||
(mkExponential(rate), 0.75)
|
||||
]
|
||||
)) -> outputMap(FromDist(ToFloat(#Mean)))
|
||||
run(Mixture(
|
||||
[
|
||||
(mkBeta(alpha, beta), 0.25),
|
||||
(mkExponential(rate), 0.75)
|
||||
]
|
||||
)) -> outputMap(FromDist(ToFloat(#Mean)))
|
||||
}
|
||||
theMean
|
||||
-> unpackFloat
|
||||
|
|
|
@ -30,9 +30,6 @@
|
|||
"rationale",
|
||||
"bisect_ppx"
|
||||
],
|
||||
"bs-dev-dependencies": [
|
||||
"rescript-fast-check"
|
||||
],
|
||||
"gentypeconfig": {
|
||||
"language": "typescript",
|
||||
"module": "commonjs",
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
"docsify": "^4.12.2",
|
||||
"gentype": "^4.3.0",
|
||||
"jest": "^27.5.1",
|
||||
"rescript-fast-check": "^1.1.1",
|
||||
"moduleserve": "0.9.1",
|
||||
"ts-jest": "^27.1.4",
|
||||
"ts-loader": "^9.2.8",
|
||||
|
|
Loading…
Reference in New Issue
Block a user