Julius R Friedman
Julius R Friedman
I just noticed that your not using `ParallelEnumerable` here so the changes may have been fixed elsewhere in the develop branch. If I get some time I will see if...
Thanks, I will add a test for this when I can and attempt to debug further, sorry for the confusion. I have confirmed in parallel that my issues are gone...
I added the test case and verify I get the same results as you do. I will take a look and see if I can see anything which causes this.
It seems like `RouterExtensions.CalculateManyToMany` is called which uses the `VertexToVertexWeightAlgorithm`, beyond that I don't have much at the moment but I can confirm that there is definitely a difference. Also...
@lukaskabrt, It seems the `GetAugmentedWeightHandler` doesn't exhibit this issue... I have updated the code to show and maybe I can also find the difference later on.
@xivk is it expected that the default weight handler would provide different results than that of the augmented? If not I can take a shot at trying to find out...
@lukaskabrt, I think I was able to fix it. I updated #302 All unit tests are still passing and your test now passes as well. We will have to wait...
Have you also tried using the `GetAugmentedWeightHandler`? Can you share a test case for that issue and I will see what I can find.
I see so essentially just change the pbf file for the one linked instead of the minimal and I should be able to reproduce with the same test case? I...
I was unable to repo the problem using `GetAugmentedWeighHandler`, The only change required to use it instead of the other is to access the `Value` property for the weight. I...