Skip to content

Commit 6675f04

Browse files
kaushikcfdinducer
authored andcommitted
ExpressionOpCounter: account for NaNs
1 parent 07df47f commit 6675f04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

loopy/statistics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ def map_constant(self, expr):
921921

922922
map_tagged_variable = map_constant
923923
map_variable = map_constant
924+
map_nan = map_constant
924925

925926
def map_call(self, expr):
926927
from loopy.symbolic import ResolvedFunction

0 commit comments

Comments
 (0)