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 f463319 commit 878a7ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions travelpy/matrix_generator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Module to generate a matrix representing the distance between cities.
"""

import numpy as np

def matrix_generator(n):
Expand Down

0 comments on commit 878a7ab

Please sign in to comment.