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

biocore / scikit-bio / 4072
0%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2020 05:00PM UTC
Jobs 6
Files 0
Run time 11min
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
4072

push

travis-ci-com

web-flow
BUG: Fix windows and 32bit support of `unweighted_unifrac` (#1729)

* BUG: Fix windows and 32bit support of `unweighted_unifrac`

This forces the tree `child_index` to be exported as 64bit and
also adds a cast (just in case) into `_nodes_by_counts` in the
`_phylogenetic.pyx` cython code.

I have tested that `unweighted_unifrac` succeeds with the change
to the `child_index`. I have not done a full test run, so while
this closes gh-1685, it is very likely that the similar issues
exist elsewhere.

Ideally, it would be great if you find the time to add an Azure job
for windows, or a 32bit job (which will at least find some of these
issues as well).

On a related note: Since this is an `index`, the correct dtype is
likely `np.intp`, which is 32bit on 32bit systems and 64bit on
64 bit systems. So it might be better if the cython `DTYPE_t` was
changed that (and the `child_index` code here as well), but
of course that relies on `DTYPE_t` not being used for anything
that is not an index operation but should have 64bit accuracy.

* MAINT: Regenerate diversity/_phylogenetic.c

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4072.1 (CONDA_PY=3.8) 20 Oct 2020 05:00PM UTC 0
0.0
Travis Job 4072.1
2 4072.2 (CONDA_PY=3.7) 20 Oct 2020 05:01PM UTC 0
0.0
Travis Job 4072.2
3 4072.3 (CONDA_PY=3.6 USE_CYTHON=TRUE) 20 Oct 2020 05:01PM UTC 0
0.0
Travis Job 4072.3
4 4072.4 (CONDA_PY=3.8) 20 Oct 2020 05:11PM UTC 0
0.0
Travis Job 4072.4
5 4072.5 (CONDA_PY=3.7) 20 Oct 2020 05:11PM UTC 0
0.0
Travis Job 4072.5
6 4072.6 (CONDA_PY=3.6 USE_CYTHON=TRUE) 20 Oct 2020 05:12PM UTC 0
0.0
Travis Job 4072.6
Source Files on build 4072
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #4072
  • 2b3fada7 on github
  • Prev Build on master (#4069)
  • Next Build on master (#538722693)
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