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

AxFoundation / strax / 1531
89%

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

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

Jobs
ID Job ID Ran Files Coverage
2 1531.2 (PYTHON=3.7 NUMBA_DISABLE_JIT=1) 21 Jul 2020 07:31AM UTC 0
72.44
Travis Job 1531.2
Source Files on build 1531
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1531
  • ba6e1e0d on github
  • Prev Build on master (#1527)
  • Next Build on master (#1535)
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