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

IntelPython / hpat / 1663
74%
master: 71%

Build:
Build:
LAST BUILD BRANCH: feature/refactor_series_append
DEFAULT BRANCH: master
Ran 27 Aug 2019 04:43PM UTC
Jobs 1
Files 46
Run time 8s
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
1663

Pull #127

travis-ci-com

web-flow
Fix for Series.head and distribution of StringArrayType as a const_slice

The test 'test_series_head_index_parallel2' from TestSeries was hanging
when executed twice on Windows with MPI run and number of processors equal to 3:
	mpiexec -n 3 python -u -m unittest $TESTS_TO_RUN
	where TESTS_TO_RUN="hpat.tests.TestSeries.test_series_head_parallel1 unittest hpat.tests.TestSeries.test_series_head_parallel1"

The problem was in wrong calculation of n_chars in const_slice_getitem
overload for StringArrayType, which was not correctly reduced by all
processors and had wrong value in some cases. The fix is to simplify the
implementation and to have workers decide whether their part of the array
has to be sent or not basing on the position of their subset in the total
array and the size of requested slice.
Pull Request #127: Fix for head_index_parallel test failing if executed twice and with MPI

14 of 14 new or added lines in 1 file covered. (100.0%)

12473 of 16905 relevant lines covered (73.78%)

0.74 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1663.4 (RUN_COVERAGE=yes CONDA_ENV=travisci NUM_PES=1) 27 Aug 2019 04:43PM UTC 0
73.78
Travis Job 1663.4
Source Files on build 1663
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1663
  • Pull Request #127
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