S Wade

Results 11 comments of S Wade

I built it following the jdk7 instructions I found on the wiki. I got it to build successfully and avian did too until I hit the tests. thanks, wade On...

Sorry about the delay. I've been out of commission for a while. I cloned the head and I'm still getting the same failure with head: ``` linking build/darwin-x86_64-openjdk-src/avian-unittest ------- Unit...

Running the two failing tests yields: ``` [splunk:~/compile/avian]⇒ ./build/darwin-x86_64-openjdk-src/avian -cp ./build/darwin-x86_64-openjdk-src/test Datagrams [1] 63564 abort ./build/darwin-x86_64-openjdk-src/avian -cp Datagrams [splunk:~/compile/avian]⇒ ./build/darwin-x86_64-openjdk-src/avian -cp ./build/darwin-x86_64-openjdk-src/test Misc java.lang.RuntimeException at Misc.syncStatic(Misc.java:73) at Misc.main(Misc.java:171) Sat Aug...

@joshuawarner32 and @dicej Thanks! I see that \mu is not getting encoded properly. It's coming up as '?'. my LANG setting is set to 'C'. I still have problems when...

worth a discussion. there are lots of ways to do this including the racket and clojure (core.typing) ways. As julia has parametric types with 'where' conditions, that would have to...

cool. If you get something, I'd happily merge.

BTW, I'm on julia HEAD: JuliaLang/julia@244cffc7d99b74fa2b7aab9efed812aeba7e4b38

@lindahua is there an actual dependency on dense vectors or just that it produces dense centroids? I don't know what the implementation is doing, but if it's doing some kind...

I had the same issue. It seems to be caused by having lots of errors in the CSV file. The errors seem to accumulate in the session store. The problem...

I also fixed long option parsing issues: ``` --arg="xxx=yyy" ``` and ``` --arg "xxx=yyy" ``` fails to parse due to splitting method used to separate the long option from the...