Skip to content

Commit 7d1322e

Browse files
change pandas-dev#46512 for exit code for fix instead of regression
1 parent a9397b5 commit 7d1322e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bisect/46512.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
print(df)
1212
arr = df["A"]._values
1313
print(arr)
14-
assert arr[1] is pd.NA, type(arr[1])
14+
assert arr[1] is np.nan, type(arr[1])

0 commit comments

Comments
 (0)