Skip to content

Commit

Permalink
Fixes polars update which modifies enable_string_cache and broke ACES…
Browse files Browse the repository at this point in the history
… dataloading
  • Loading branch information
justin13601 committed Sep 26, 2024
1 parent e98d827 commit c8eda15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventStream/data/dataset_polars.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .vocabulary import Vocabulary

# We need to do this so that categorical columns can be reliably used via category names.
pl.enable_string_cache(True)
pl.enable_string_cache()


@dataclasses.dataclass(frozen=True)
Expand Down

0 comments on commit c8eda15

Please sign in to comment.