-
The command below always produces a segfault on my system, with Julia 0.3.8.
```
julia> function Base.getfield(sp::Int64, n::Symbol)
println("called")
e…
-
# Importing libraries
from Tkinter import *
from datetime import datetime
import time
import random
# Window Defining
window = Tk()
w = Label(window, text = "Treasure Hunt!")
w.pack()
canvas = Canva…
-
(Discovered in the context of scipy, see https://github.com/scipy/scipy/issues/4112 for more details)
Using an interpolation method other than 'nearest' with Image.resize results in an image shift aw…
-
I have found that re-using the original index names used to create an NLExpr object can cause what seems like a strange bug.
An simple example can be seen when trying to transpose a matrix, shown her…
-
I need to use the lazy constraint/user cut functionality of JuMP/Gurobi for a new project I am working on.
When I run either simplelazy.jl, or simpleusercut.jl, I get the following error:
Please su…
-
hello
i'm trying to integrate the BootstrapCircleThumbnail on my list item , but when i call it i get this error error: Error parsing XML: unbound prefix.
Here is my code
```
…
-
When plotting some simple point with Gadfly I get this error:
``` julia
plot(randn(100), randn(100), Geom.point)
```
```
`isless` has no method matching isless(::Type{PointGeometry}, ::Array{Float64…
-
I could successfully solve a few models, but the package test failed.
I'm using KNITRO 9.1.
This is what it prints to the screen:
```
ERROR: test failed: get_number_FC_evals(kp) == 7
in error at err…
-
I currently have a JuMP problem that solves on juliabox, but not on my local (windows) machine. The only difference between the two setups that I was able to find is the version of Ipopt: juliabox is …
-
I can reliable crash julia with an illegal instruction error using the following:
```
julia> v1 = [1;-1;0;1;1]; v2 = [3;-3;2;5;5]; v3 = [5;1;3;2;8];
julia> (v2 .* v1) / (v1 .* v1)
[1] 69731 illega…