Skip to content

Commit 54027d5

Browse files
qunaibitfangerer
authored andcommitted
replace math with util for asv
1 parent f02e8a3 commit 54027d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/patches/asv/asv-0.5.1.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ index 2c19e15..9321f33 100644
630630
+ result_maxrss += r_maxrss.result
631631
+ has_maxrss = True
632632
+ else:
633-
+ result_maxrss.append(math.nan)
633+
+ result_maxrss.append(util.nan)
634634
+ ignored_maxrss.append(None)
635635

636636
- if res.stderr:

0 commit comments

Comments
 (0)