We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5175b commit 2b47ebdCopy full SHA for 2b47ebd
1 file changed
devito/ir/support/basic.py
@@ -392,8 +392,6 @@ def distance(self, other):
392
# objects falls back to zero, as any other value would be
393
# nonsensical
394
ret.append(S.Zero)
395
- # FIXME: This should have returned True
396
- # elif degenerating_indices(sai, oai):
397
elif degenerating_indices(self[n], other[n], self.function):
398
# Special case: `sai` and `oai` may be different symbolic objects
399
# but they can be proved to systematically generate the same value
0 commit comments