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

biocore / scikit-bio / 4072 / 4
0%
master: 0%

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

20 Oct 2020 04:54PM UTC coverage: 0.0%. Remained the same
CONDA_PY=3.8

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

Source Files on job 4072.4 (CONDA_PY=3.8)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3837
  • Travis Job 4072.4
  • 2b3fada7 on github
  • Prev Job for CONDA_PY=3.8 on master (#4069.1)
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