Skip to content

Commit

Permalink
MAINT: remove PYTHONHASHSEED explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 24, 2024
1 parent f98f8ec commit 44b1a8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
"pyplot",
"pyright",
"pytest",
"PYTHONHASHSEED",
"QRules",
"recoupling",
"recouplings",
Expand Down
4 changes: 0 additions & 4 deletions src/ampform_dpd/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ def perform_cached_lambdify( # type:ignore[misc] # pyright:ignore[reportIncons
directory will be put under the home directory, or to the path specified by
the environment variable :code:`SYMPY_CACHE_DIR`.
.. tip:: For a faster cache, set `PYTHONHASHSEED
<https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHASHSEED>`_ to a
fixed value.
.. seealso:: :func:`ampform.sympy.perform_cached_doit`
"""
if cache_directory is None:
Expand Down

0 comments on commit 44b1a8e

Please sign in to comment.