Skip to content

Commit 953e246

Browse files
committed
update PR URLs
1 parent ba692ee commit 953e246

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pytato/transform/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def rec(self, expr: ArrayOrNames, *args: P.args, **kwargs: P.kwargs) -> ResultT:
526526
# Reminder: If overriding this in a subclass and reimplementing the cache
527527
# lookup logic there, must use super(CachedMapper, self) instead of
528528
# super() below to avoid double caching,
529-
# see https://github.com/inducer/pytato/pull/585.
529+
# see https://github.com/inducer/pytato/pull/654.
530530
return self._cache_add(inputs, super().rec(expr, *args, **kwargs))
531531

532532
def rec_function_definition(
@@ -539,7 +539,7 @@ def rec_function_definition(
539539
# Reminder: If overriding this in a subclass and reimplementing the cache
540540
# lookup logic there, must use super(CachedMapper, self) instead of
541541
# super() below to avoid double caching,
542-
# see https://github.com/inducer/pytato/pull/585.
542+
# see https://github.com/inducer/pytato/pull/654.
543543
return self._function_cache_add(
544544
inputs, super().rec_function_definition(expr, *args, **kwargs))
545545

0 commit comments

Comments
 (0)