From 96dc33e949c5d05d28a115deada2a0f348673ce3 Mon Sep 17 00:00:00 2001 From: YiFei Zhu Date: Thu, 19 Oct 2023 11:09:13 -0700 Subject: [PATCH] Test issue #37: Test force refgraph update --- guppy/heapy/View.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guppy/heapy/View.py b/guppy/heapy/View.py index d70da59..86aaf17 100644 --- a/guppy/heapy/View.py +++ b/guppy/heapy/View.py @@ -471,7 +471,7 @@ def referrers(self, X): else: Y = self.mutnodeset(X) Y -= self.norefer - if not self.rg.domain_covers(Y): + if True or not self.rg.domain_covers(Y): for wt in self.referrers_targets: t = wt() if t is not None: