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

hgrecco / pint / 1589 / 6
92%
master: 91%

Build:
Build:
LAST BUILD BRANCH: fix-nonmult-doc
DEFAULT BRANCH: master
Ran 04 Feb 2020 02:50PM UTC
Files 18
Run time 2s
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

04 Feb 2020 02:47PM UTC coverage: 88.823%. Remained the same
PKGS="python=3.6 uncertainties=3.0"

push

travis-ci

web-flow
Merge #1013

1013: Change default datatype to np.ptype("int") in test_numpy  r=hgrecco a=5igno

The test function test_result_type_numpy_func checks the datatype for [[1, 2], [3, 4]] * self.ureg.m to be integer. The test originally ensured the datatype to be np.ptype("int64"), but that fails in 32 bit environments, as shown in issue #1006.
Using np.ptype("int") instead ensure that the quantity is of default integer type, making numpy itself decide whether it should be np.ptype("int64") or np.ptype("int32").

- [x] Closes #1006
- [x] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors
- [x] The change is fully covered by automated unit tests
- [  ] Documented in docs/ as appropriate
- [  ] Added an entry to the CHANGES file

Co-authored-by: 5igno <signobox@gmail.com>

3441 of 3874 relevant lines covered (88.82%)

0.89 hits per line

Source Files on job 1589.6 (PKGS="python=3.6 uncertainties=3.0")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1470
  • Travis Job 1589.6
  • 4c24203b on github
  • Prev Job for PKGS="python=3.6 uncertainties=3.0" on staging (#1586.6)
  • Next Job for PKGS="python=3.6 uncertainties=3.0" on staging (#1591.6)
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

© 2026 Coveralls, Inc