Skip to content

Commit

Permalink
remove import I shouldn't have left here
Browse files Browse the repository at this point in the history
incidentaly, I did satisfy my curiousity and verified that hmean of the speed is the same as average of the travel time
  • Loading branch information
Nate-Wessel committed Jun 12, 2024
1 parent 67d6baa commit 618de4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app/get_travel_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from app.db import getConnection
from app.get_links import get_links
import numpy, math, pandas
from scipy.stats import hmean

# the way we currently do it
def mean_daily_mean(obs):
Expand Down

0 comments on commit 618de4c

Please sign in to comment.