Skip to content

Commit

Permalink
typing fix for return
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeEfstathiadis committed Oct 16, 2023
1 parent 5ac8e12 commit 5f0fd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forest/jasmine/traj2stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def get_nearby_locations(
def avg_mobility_trace_difference(
time_range: Tuple[int, int], mobility_trace1: np.ndarray,
mobility_trace2: np.ndarray
) -> float:
) -> Optional[float]:
"""This function calculates the average mobility trace difference
Args:
Expand Down

0 comments on commit 5f0fd2f

Please sign in to comment.