• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jakirkham / xnumpy / 79
100%

Build:
DEFAULT BRANCH: master
Ran 09 Mar 2017 06:39PM UTC
Jobs 4
Files 3
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
79

Pull #11

travis-ci

web-flow
Switch all doctest arrays from `int64` to `uint64`

It appears that on Windows the dtype will be displayed as part of the
NumPy array representation if it is `int32` on Python 3, but not Python
2. However, it will display the dtype as part of the NumPy array
representation on both Python 2 and 3 if it is `int64`. This contrasts
with Unix where a NumPy `int64` array does not have its dtype included
in the representation. To avoid this annoying issue, just pick a type
that will always show up in NumPy's array representation regardless of
OS or Python version. In particular, we pick `uint64`, which already
works for all of the arrays we have created. This way the doctests
should run without issues everywhere.
Pull Request #11: Fix doctests on Windows

63 of 63 relevant lines covered (100.0%)

4.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 79.1 (PYVER="3.6") 09 Mar 2017 06:39PM UTC 0
100.0
Travis Job 79.1
2 79.2 (PYVER="3.5") 09 Mar 2017 06:40PM UTC 0
100.0
Travis Job 79.2
3 79.3 (PYVER="3.4") 09 Mar 2017 06:40PM UTC 0
100.0
Travis Job 79.3
4 79.4 (PYVER="2.7") 09 Mar 2017 06:40PM UTC 0
100.0
Travis Job 79.4
Source Files on build 79
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #79
  • Pull Request #11
  • PR Base - master (#77)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc