Benjamin Francis

Results 4 issues of Benjamin Francis

Using an example from the documentation: ``` julia> ca = ComponentArray(a=5, b=[4, 1], c=(a=2, b=[6, 30])) ComponentVector{Int64}(a = 5, b = [4, 1], c = (a = 2, b =...

The following gives me an error: ``` julia> OSQP.Optimizer(max_iter=10) ERROR: MethodError: Cannot `convert` an object of type Symbol to an object of type String Closest candidates are: convert(::Type{String}, ::String) at...

During an interactive session where I am variously running computations and plotting things, when I try to keyboard interrupt a running computation, Python apparently gets interrupted instead; for example, notice...