Re: Incanter 1.9 and Clojure 1.7

2016-04-25 Thread myriam abramson
How do you get the latest commit on the develop branch? On Wed, Apr 20, 2016 at 11:46 AM, Bruce Durling wrote: > Myriam, > > Would you check with the latest commit on the develop branch please? > We're trying to get a new SNAPSHOT release out that might sort a > number of issues. > > If yours is

Re: Incanter 1.9 and Clojure 1.7

2016-04-21 Thread myriam abramson
I am running exactly the code in the example given in (doc principal-components). On Wed, Apr 20, 2016 at 11:46 AM, Bruce Durling wrote: > Myriam, > > Would you check with the latest commit on the develop branch please? > We're trying to get a new SNAPSHOT release out that might sort a > number

Re: Incanter 1.9 and Clojure 1.7

2016-04-20 Thread Bruce Durling
Myriam, Would you check with the latest commit on the develop branch please? We're trying to get a new SNAPSHOT release out that might sort a number of issues. If yours isn't sorted then I might look at it as we use PCA a fair bit too. Do you have a small example of some code that is failing? c

Incanter 1.9 and Clojure 1.7

2016-04-20 Thread myriam abramson
I am getting the following error with Incanter 1.9 running the PCA example from the documentation: CompilerException java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.Number, compiling:(pca.clj:17:10) That works fine with Clojure 1.6. (and yes, I know that the latest is