Sean Garborg
Sean Garborg
Travis is now turned on on LibExpat.jl, and the segfaults are showing there now, so hopefully it will be resolved soon.
Ref. amitmurthy/LibExpat.jl#25
Graphs are constructed correctly, but getting the length of a 'fastest route' is wrong, as is measuring the length of any 'segmented'/'compressed' way yourself. I had meant to get to...
Actually, let me test it again to be sure it's still the case. It's been a while.
Yes, still an issue. As we calculate distance in the tests: ``` julia fastest_route, fastest_time = fastestRoute(network, node0, node1) fastest_distance = distance(nodesENU, fastest_route) @test length(fastest_route) == 22 @test_approx_eq fastest_distance 724.5817003198007...
I can't look into it right now either, but I marked it for 0.8, just to make sure it doesn't slip through the cracks.
@yeesian I've got a local branch with a `Datum` type, but it was basically inserted as a placeholder (just has an `Ellipsoid` and not other parameters usually needed for transformations)....
That all sounds great to me -- I'd guess with the major switches, it could be easier to implement and benchmark them in the pared down package at first. On...
I'm on the road, so I haven't followed the link, but it sounded to me like a set of refactorings that would be easier to do (and Api easier to...
Oh, I misread. That makes sense. On Thursday, September 24, 2015, Yeesian Ng [email protected] wrote: > Aside: the one item I still wouldn't be in favor of is having data...