-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
i just tried building the package and had to do a few things:
- adjust the path to the lacaml installation in myocamlbuild.ml (easy but not mentioned in the README)
- building succeeded only after replacing:
(* open Lacaml.Impl.D *)
open Lacaml.D
at the top of ellipse.ml - after these steps, the run_tests still fail with
File "test/asserts.ml", line 4, characters 48-54:
Error: The function applied to this argument has type
?epsilon:float -> float -> float -> bool
This argument cannot be applied with label ~epsabs
(ocaml 4.00.1, lacaml 7.0.6)
anyway, just for reference
Metadata
Metadata
Assignees
Labels
No labels