Skip to content

Commit

Permalink
Update matrix_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alesac12 authored Dec 10, 2023
1 parent 3f662ed commit 75444c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion travelpy/matrix_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ def matrix_generator(n):
np.fill_diagonal(random_matrix, 0)
symmetric_matrix = (random_matrix + random_matrix.T) // 2
return symmetric_matrix.tolist()

0 comments on commit 75444c2

Please sign in to comment.