bitwalker / libgraph

A graph data structure library for Elixir projects
MIT License
524 stars 75 forks source link

allow floats as weights #19

Closed georgewhewell closed 6 years ago

georgewhewell commented 6 years ago

Don't know if float weights were deliberately prohibited, trivial test case passes though.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 95.062% when pulling 1a4cdf4e21daea9b8d04d490360c91a2a93e2e3b on georgewhewell:feat/float-weights into dadfe90f30a95bcf560668579a54bb21b9037843 on bitwalker:master.

bitwalker commented 6 years ago

Sorry for the delay, just one change required and I'll get this merged!

bitwalker commented 6 years ago

Actually, it's fine, I can get it taken care of :)

georgewhewell commented 6 years ago

@bitwalker thanks!