Trying to get Travis to behave, but I'm running into a new (for me) error
message. Does anyone have any ideas? That should be rounding a Float64 to
three decimal places. It works on 0.4.0-dev+5008.
The line is
@test round(pagerank(g5)[3],3) == 0.318
(I don't know where those extra parens (in the output below) are coming
from, but on my system it works. It's just not working on Travis.)
ERROR: LoadError: LoadError: test error in expression:
round((pagerank(g5))[3],3) == 0.318
DimensionMismatch("")