Skip to content

Commit

Permalink
forgot Ord
Browse files Browse the repository at this point in the history
  • Loading branch information
cspollard committed Jul 10, 2019
1 parent 57686d3 commit 8ccb29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RunModel.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runModel
-> String
-> V.Vector Int
-> Model Double
-> (forall a. (Mode a, Scalar a ~ Double, Floating a) => Vector a -> a)
-> (forall a. (Ord a, Floating a, Mode a, Scalar a ~ Double) => Vector a -> a)
-> HMT (ModelParam Double)
-> IO (HMT (Maybe Double, TDigest 3), M.HashMap (T.Text, T.Text) Double)
runModel hamParams nsamps outfile dataH model' logReg modelparams = do
Expand Down

0 comments on commit 8ccb29f

Please sign in to comment.