BUG/TST: Precision on downcast #5363
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
Numeric Operations
Arithmetic, Comparison, and Logical operations
Milestone
See #5174
May not be just Macs. From that thread, yarikoptic's OS was:
OS: Linux 3.9-1-amd64 #1 SMP Debian 3.9.8-1 x86_64
.A sample failure is from the generic.interpolate suite (modified to downcast, which is the default):
On (some?) macs and apparently some linux builds this will fail because it the result is not downcast to an
int
. See also stepping through here and the PR to patch this failure here.I'm going to see if I can get my failing scipy/numpy tests to pass cleanly. Hopefully that will fix these.
The text was updated successfully, but these errors were encountered: