Skip to content

Commit

Permalink
Update query_time.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren authored Dec 6, 2024
1 parent 5cfb3d3 commit 0409b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/query_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from tqdm import tqdm
from pathlib import Path
import plotnine as p9
from src.query.utils import query_disease_location_year, compute_binomial_interval
from utils import query_disease_location_year, compute_binomial_interval

BASE_PATH = Path(".")
# optional if using external disk: BASE_PATH = Path("E:/", "disease_database")
Expand Down

0 comments on commit 0409b08

Please sign in to comment.