Skip to content

Commit 38357dc

Browse files
committed
[GR-51049] Fix ASV patch.
PullRequest: graalpython/3129
2 parents f02e8a3 + 54027d5 commit 38357dc

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)