Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latex output broken for JuMPArrays #270

Closed
mlubin opened this issue Sep 23, 2014 · 2 comments
Closed

latex output broken for JuMPArrays #270

mlubin opened this issue Sep 23, 2014 · 2 comments
Labels

Comments

@mlubin
Copy link
Member

mlubin commented Sep 23, 2014

m = Model()
@defVar(m, x[1:3])
writemime(IOBuffer(), MIME"text/latex"(), x)

gives

ERROR: type: typeassert: expected JuMPDict{T,N}, got JuMPArray##64639{Variable}
 in writemime at /home/mlubin/.julia/v0.3/JuMP/src/print.jl:572
@IainNZ
Copy link
Collaborator

IainNZ commented Sep 23, 2014

This will be fixed in refactor, which isn't too far off being done and could be 0.6.2

@IainNZ
Copy link
Collaborator

IainNZ commented Sep 27, 2014

Fixed as of #250

@IainNZ IainNZ closed this as completed Sep 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants