David Weber

Results 27 comments of David Weber

R2015a, and I believe I'm on master. I updated earlier today. Apologies for mis-identifying the source of the error earlier. Here's a block of code that should reproduce the error....

I'm not at all familiar with csh, but was going off of the readme's description of what the interface with matlab is. I am on Ubuntu 16.04.1 LTS, and julia...

I see. For my usage, at least, a warning that recommends using eval_string instead would be sufficient, since I wasn't planning on trying to edit the plothandles in Julia anyways.

I'll say that I've had this issue in the past as well, and that the folks over at interpolations aren't really sure what to do about it either. My discussion...

I've been having this issue with 0.6.2. Restarting did make the problem go away. However, when I run from within Atom, the problem refuses to go away, even after restarting...

Thanks for the quick reply on this. > has not been on "clean" implementations of algorithms so it's rare that an implementation is based squarely on a single paper. Understandable,...

digging a bit further, it seems the problem I was trying to address with this was actually caused in Lasso.jl, which was inconsistent about handing `Float32` and `Float64` to GLM.jl....

I'm aware, sorry about that. Trying to isolate it is difficult, as the function that is calling interpolations works fine in isolation, the problem happens inconsistently. I'm as much in...

@Cody-G what packages are you using? After a package I was using dropped its dependency on ArrayFire.jl, this problem went away, so I suspect that may have been it.

Interesting, ArrayFire is primarily a GPU computing resource which ArrayFire.jl calls. Reading through the documentation, it isn't clear whether they use multiple threads, though it's certainly plausible.