Michael Krabbe Borregaard
Michael Krabbe Borregaard
Bump? The question can be rephrased as: is it possible with this package to create a matrix of 0s and 1s with fixed row and column sums? If not, would...
The `plot3d` and `plot3d!` names are also exported from Plots, so there's a clash there. Not sure how often people would have these loaded at the same time. I think...
https://github.com/JuliaStats/TimeSeries.jl/pull/303
points 1 and 4 above are covered in #303. With regards to 3, unit tests, recipe testing requires Plots (which there is otherwise no reason to depend on).
e.g. here https://github.com/JuliaStats/Stats.jl/pull/4
I don't know whether this is the right place to post this, but I am getting some strange behaviour: ``` julia> 3 < Nullable(4) true julia> 3 < Nullable() false...
Hah! yes, Query.jl is the culprit. Should I open an issue over there? EDIT: I'll do that now (https://github.com/davidanthoff/Query.jl/issues/79). ```julia julia> 3 < Nullable(4) ERROR: MethodError: no method matching isless(::Int64,...
What type would they return? (just out of curiosity)
This would be a massive improvement for the usability for this package, but appears to have stalled. What's needed for this to make it into the package?
Ah. I think it happens when two points are within eps() distance from each other.