JuliaGraphs / LightGraphsFlows.jl

Flow algorithms on LightGraphs
Other
36 stars 11 forks source link

doctest not passing #4

Closed matbesancon closed 6 years ago

matbesancon commented 6 years ago

Doctests are currently not passing, designed with older version of the algorithms it seems (method errors when calling multiroute flows for instance).

I'm not a huge fan of defining tests in strings, they will be redundant with the test folder which has the merit of being checked at each push and having more readable fails.

The solution in LightGraphs.jl was to ignore doctests when building the doc, I would suggest simply removing them.

matbesancon commented 6 years ago

Doctests removed for the moment