Skip to content

Commit

Permalink
Fix linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldorner committed Jan 15, 2025
1 parent e82a32f commit 7e5a623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_minimal_distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ def test_pairwise_minimal_distance(self):
communication_network, vertex, distance_type, min_timing=0)
result_2 = single_source_dijkstra_hyperedges(
communication_network, vertex, distance_type, min_timing=0)
self.assertEqual(result_1, result_2, f'Single-source Dijkstra implementations for {
distance_type.name} and vertex {vertex} are not equivalent')
self.assertEqual(result_1, result_2,
f'Single-source Dijkstra implementations for {distance_type.name} and vertex {vertex} are not equivalent')

0 comments on commit 7e5a623

Please sign in to comment.