Daniel Carrera

Results 10 comments of Daniel Carrera

I am not sure I understand. Wouldn't both interpretations result in the same plot? Either way you would get four points on the plot. No?

For what it's worth, I have the same problem. ``` julia> using PyPlot julia> surf( rand(10,10) ) julia> 1.5 ERROR: syntax: invalid numeric constant "1.5" ``` Julia and PyPlot are...

The "TkAgg" backend seems to work. ``` julia> using PyCall julia> @pyimport matplotlib julia> matplotlib.use("TkAgg") julia> @pyimport pylab as plt Warning: imported binding for transpose overwritten in module __anon__ julia>...

Incidentally, I tested every GUI backend I could find (Gtk, Wx, Qt) and Tkinter was the only one that did not mess up floating point.

I have a hypothesis: The bug may be restricted to 32-bit systems. I have tested three computers all running Ubuntu (but not all the same version). Two computers are 64-bit...

Incidentally, because the problem is restricted to the GUI, you can still use PyPlot with the IJulia notebook.

I just tried it too. The error remains. :-(

That can't be it because I showed a way to reproduce the same bug with just MicroG, without WhatsApp. I can go to the MicroG settings and try to add...

I don't know how to change the microG version on Calyx OS. In fact, it looks to me like microG is a core component of the OS that cannot be...

@ParadaCarleton Hey! I'm not sure I feel qualified to implement this. As I noted in that other issue on Sobol.jl, I looked at the implementations [scipy.stats.qmc.Sobol](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.qmc.Sobol.html) and [Art Owen's R...