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

quantopian / zipline / 3047
88%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2015 04:27PM UTC
Jobs 2
Files 67
Run time 5min
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
3047

push

travis-ci

Eddie Hebert
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.

5424 of 6195 relevant lines covered (87.55%)

1.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3047.1 (PANDAS_VERSION=0.16.0 NUMPY_VERSION=1.9.2) 28 Apr 2015 04:27PM UTC 0
87.51
Travis Job 3047.1
2 3047.2 (PANDAS_VERSION=0.16.0 NUMPY_VERSION=1.9.2) 28 Apr 2015 04:31PM UTC 0
87.51
Travis Job 3047.2
Source Files on build 3047
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3047
  • ca633866 on github
  • Prev Build on master (#3033)
  • Next Build on master (#3048)
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