Skip to content

Commit

Permalink
Setting global string cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed May 19, 2024
1 parent b0a8ca5 commit 00ee8f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/extraction/merge_to_MEDS_cohort.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
from MEDS_polars_functions.mapper import wrap as rwlock_wrap
from MEDS_polars_functions.utils import hydra_loguru_init

pl.enable_string_cache()


def read_fn(sp_dir: Path) -> pl.LazyFrame:
dfs = []
Expand Down

0 comments on commit 00ee8f2

Please sign in to comment.