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

jakirkham / npctypes
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v0.0.5
DEFAULT BRANCH: master
Repo Added 03 Oct 2016 06:14PM UTC
Files 4
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

LAST BUILD ON BRANCH fix_doctest_win
branch: fix_doctest_win
CHANGE BRANCH
x
Reset
  • fix_doctest_win
  • config_pypi_deploy
  • fix_doctest_win_2
  • master
  • q_sec_str
  • recut_cookie
  • req_numpy
  • shared_arrays
  • update_doc_copyright
  • use_cookie_tmplt
  • use_np_113_print_style_doctests
  • v0.0.1
  • v0.0.2
  • v0.0.3
  • v0.0.4
  • v0.0.5
  • versioneer_0.17

pending completion
83

push

travis-ci

jakirkham
Use NumPy 32-bit int in `tinfo` doctest.

Appears that on Windows `int` means 32-bit int even when a 64-bit build
of Python was made. So instead of relying on `int` generally, which will
vary between 64-bit or 32-bit for Unix or Windows respectively, specify
the number of bits with a NumPy type. Also as there is a chance of
representation subtleties between Unix and Windows with a 64-bit int
(e.g. `L` postfix) chose a type that is least likely to run into these
issues in the doctest. In particular, switch to a 32-bit int from NumPy.
This both specifies a specific type of integer and picks one where its
max and min values will fall within what a 32-bit int can represent.

58 of 58 relevant lines covered (100.0%)

4.0 hits per line

Relevant lines Covered
Build:
Build:
58 RELEVANT LINES 58 COVERED LINES
4.0 HITS PER LINE
Source Files on fix_doctest_win
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
83 fix_doctest_win Use NumPy 32-bit int in `tinfo` doctest. Appears that on Windows `int` means 32-bit int even when a 64-bit build of Python was made. So instead of relying on `int` generally, which will vary between 64-bit or 32-bit for Unix or Windows respective... push 09 Mar 2017 07:47AM UTC jakirkham travis-ci pending completion  
See All Builds (94)
  • Repo on GitHub
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