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

AxFoundation / strax / 1531 / 2
89%
master: 89%

Build:
DEFAULT BRANCH: master
Ran 21 Jul 2020 07:31AM UTC
Files 27
Run time 5s
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

21 Jul 2020 07:26AM UTC coverage: 72.436% (+0.03%) from 72.409%
PYTHON=3.7 NUMBA_DISABLE_JIT=1

push

travis-ci

web-flow
Correctly check endtimes in chunk.py (#281)

We observed that although the data is always sorted by (start)time, this is not per se true for the endtime. Therefore the last record may not have the latest endtime. This is the safest way to get around this.

Depending on the datarate one might also argue that for example we look at the last 500 samples :
```
data_ends_at = strax.endtime(self.data[-500:]).max()
```
* Check last 500 samples for data_ends_at

2691 of 3715 relevant lines covered (72.44%)

0.72 hits per line

Source Files on job 1531.2 (PYTHON=3.7 NUMBA_DISABLE_JIT=1)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1283
  • Travis Job 1531.2
  • ba6e1e0d on github
  • Prev Job for PYTHON=3.7 NUMBA_DISABLE_JIT=1 on master (#1527.2)
  • Next Job for PYTHON=3.7 NUMBA_DISABLE_JIT=1 on master (#1535.2)
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