8000 BUG: Fix uint->timedelta promotion to raise TypeError by anirudh2290 · Pull Request #16639 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Fix uint->timedelta promotion to raise TypeError #16639

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

Merged
merged 2 commits into from
Jun 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
MAINT: Add platform specific umath tests to gitignore
  • Loading branch information
anirudh2290 committed Jun 19, 2020
commit 27edfbbc1b06008caee1966590ff2765007d6fcc
3 changes: 3 additions & 0 deletions .gitignore
8EFD
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ numpy/core/src/umath/simd.inc
numpy/core/src/umath/struct_ufunc_test.c
numpy/core/src/umath/test_rational.c
numpy/core/src/umath/umath_tests.c
numpy/core/src/umath/_umath_tests.dispatch.avx2.c
numpy/core/src/umath/_umath_tests.dispatch.h
numpy/core/src/umath/_umath_tests.dispatch.sse41.c
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added a few files to gitignore, maybe got added as part of #13516 ?

numpy/distutils/__config__.py
numpy/linalg/umath_linalg.c
doc/source/**/generated/
Expand Down
0