-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Simplify Timedelta init, standardize overflow errors #47004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
4b58319
e35f7be
3c21c7b
f7ee822
613e365
9bf564b
89ab94e
7332c1c
f31daa8
8811562
975752c
e63b8fd
1d187ca
969e79b
7027687
51274d2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import pytest | ||
|
||
|
||
@pytest.fixture(name="td_overflow_msg") | ||
def fixture_td_overflow_msg() -> str: | ||
return R"outside allowed range \[-9223372036854775807ns, 9223372036854775807ns\]" | ||
|
Uh oh!
There was an error while loading. Please reload this page.