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

matted / multipool / 29

Build:
DEFAULT BRANCH: master
Ran 06 Jun 2016 10:22AM UTC
Jobs 2
Files 0
Run time –
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
29

Pull #8

travis-ci

tw164
[BUGFIX] Use offset bin positions consistently

Handling of offset bin positions was not implemented consistently. This has
resulted in offset bin positions being used in plotting output, but not in
summary text output.

Change function `load_table` to return an array of bin edges, which is a numpy
array of integer bin start positions, followed by the end position of the last
bin (all in base pairs). Wherever bin starts only are used, these are explicitly
set from the `bins` array to a variable `bin_starts`.

Change function `doComputation` to accept bin edge positions, and to index into
these positions with the interval edge variables `left` and `right`. Bin edges
are needed because the `right` index may be `T` in some cases where an interval
extends beyond the rightmost bin. In such cases, the rightmost bin edge position
is used. Ensure left indices of intervals are greater than or equal to zero, and
right indices are less than or equal to `T`.

Change function `doPlotting` to set the horizontal plotting positions in `X`
from the mid-points of the offset bins, to draw the 90% Bayesian credible
interval between offset bin positions, and to plot the axis between the first
and last bin edges.
Pull Request #8: [BUGFIX] Use offset bin positions consistently
Jobs
ID Job ID Ran Files Coverage
1 29.1 06 Jun 2016 10:22AM UTC 0
Travis Job 29.1
2 29.2 06 Jun 2016 10:23AM UTC 0
Travis Job 29.2
Source Files on build 29
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #29
  • Pull Request #8
  • PR Base - master (#28)
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