makhidkarun / traveller_pyroute

Traveller trade route generator
MIT License
14 stars 5 forks source link

Clean up unused pathfinding functions #98

Closed CyberiaResurrection closed 6 months ago

CyberiaResurrection commented 6 months ago

Since development's been heading towards powering pathfinding with numpy routines over DistanceGraph objects, dump the unused pathfinding stuff now to avoid it cluttering up the codebase and tripping false positives on search.

The parsing fix is due to the hypothesis tests blowing up on my box (and thus, continuing to blow up on my box) after having found a weak point in the current starline parsing, so I fixed that just to get it out of the way.