Skip to content

Commit

Permalink
fix: disable pint cache to avoid cache problems, see pint#1572
Browse files Browse the repository at this point in the history
  • Loading branch information
hassec committed Nov 9, 2023
1 parent a0f8228 commit db3ffda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cfspopcon/unit_handling/setup_unit_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
ureg = pint_xarray.setup_registry(
pint.UnitRegistry(
force_ndarray_like=True,
cache_folder=":auto:",
)
)

Expand Down

0 comments on commit db3ffda

Please sign in to comment.