Skip to content

Commit

Permalink
👌 Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Dec 20, 2018
1 parent 438fb7e commit da6eb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/print.jl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function printing_test(ModelType::Type{<:JuMP.AbstractModel})

io_test(REPLMode, JuMP.LowerBoundRef(x), "x $ge 10.0")
io_test(REPLMode, zero_one, "x binary")
# TODO: Test in IJulia mode and do nice printing for {0, 1}.
# TODO: Test in IJulia mode
end

@testset "VectorOfVariable constraints" begin
Expand Down

0 comments on commit da6eb4d

Please sign in to comment.