We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f028a2a commit 2eaaa03Copy full SHA for 2eaaa03
1 file changed
tests/expr_and_series/map_batches_test.py
@@ -82,7 +82,8 @@ def test_map_batches_exception(
82
df = nw.from_native(constructor_eager(data))
83
msg = (
84
r"`map(?:_batches)?` with `returns_scalar=False` must return a Series; found "
85
- "'numpy.int64'.\n\nIf `returns_scalar` is set to `True`, a returned value can be "
+ r"'numpy\.int(?:32|64)'\."
86
+ "\n\nIf `returns_scalar` is set to `True`, a returned value can be "
87
"a scalar value."
88
)
89
0 commit comments