Skip to content

Commit 01c86af

Browse files
committed
fix memoization in characteristic_lengthscales
1 parent 3e9f18e commit 01c86af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grudge/dt_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def characteristic_lengthscales(
9090
methods has been used as a guide. Any concrete time integrator will
9191
likely require scaling of the values returned by this routine.
9292
"""
93-
@memoize_in(dcoll, (characteristic_lengthscales,
93+
@memoize_in(dcoll, (characteristic_lengthscales, dd,
9494
"compute_characteristic_lengthscales"))
9595
def _compute_characteristic_lengthscales():
9696
return freeze(

0 commit comments

Comments
 (0)