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

quantopian / zipline / 2119
85%
master: 88%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 30 Sep 2014 09:09PM UTC
Jobs 2
Files 66
Run time 1min
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
2119

push

travis-ci

llllllllll
ENH: Adds a new api method `schedule_function`.

schedule_function takes a date rule, a time rule, and a function and
will call the function, passing context and data only when the two rules
fire. This allows for code that is conditional to the datetime of the
algo.

This is implemented internally with `Event` objects which are pairings
of `EventRule`s and callbacks.

handle_data becomes a special event with a rule that always fires. This
makes the logic for handling events more complete and compact.

364 of 364 new or added lines in 6 files covered. (100.0%)

4495 of 5249 relevant lines covered (85.64%)

1.71 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
100.0
zipline/finance/trading.py
69
100.0
zipline/utils/argcheck.py
89
100.0
zipline/utils/events.py
Jobs
ID Job ID Ran Files Coverage
1 2119.1 30 Sep 2014 09:09PM UTC 0
85.58
Travis Job 2119.1
2 2119.2 30 Sep 2014 09:10PM UTC 0
85.58
Travis Job 2119.2
Source Files on build 2119
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2119
  • 9f87cd5f on github
  • Prev Build on event-manager-rework (#2103)
  • Next Build on event-manager-rework (#2131)
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