Skip to content

Commit

Permalink
Update query_space.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren authored Dec 6, 2024
1 parent 945873c commit 5cfb3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/query_space.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import polars as pl
from tqdm import tqdm
from pathlib import Path
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 5cfb3d3

Please sign in to comment.