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

quantopian / zipline / 3051 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2015 06:11PM UTC
Files 67
Run time 12s
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

28 Apr 2015 06:04PM UTC coverage: 87.506% (-0.004%) from 87.51%
PANDAS_VERSION=0.16.0 NUMPY_VERSION=1.9.2

push

travis-ci

jfkirk
PERF: Reduce memory usage during risk metric calculations.

For beta calculation:

Remove `.dropna` , since it was creating a new
Series and Index which inflated memory usage as algorithm run time
progressed.

For downside risk calculations:

Instead of using pd.Series calculations, pass the underlying
numpy array which have already been sliced to the exact dt, so that the
call to `round` does not create a new Series.

5421 of 6195 relevant lines covered (87.51%)

0.88 hits per line

Source Files on job 3051.1 (PANDAS_VERSION=0.16.0 NUMPY_VERSION=1.9.2)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3051
  • Travis Job 3051.1
  • 00ea7b04 on github
  • Prev Job for PANDAS_VERSION=0.16.0 NUMPY_VERSION=1.9.2 on master (#3048.1)
  • Next Job for PANDAS_VERSION=0.16.0 NUMPY_VERSION=1.9.2 on master (#3066.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