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

LoLab-VU / pysb / 762
79%

Build:
DEFAULT BRANCH: master
Ran 07 Mar 2018 04:02AM UTC
Jobs 2
Files 97
Run time 21s
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
762

push

travis-ci

web-flow
Fix Kappa 4 multiple agent synthesis (#339)

In Kappa 4, a Ghost agent (placeholder 'dot') must be used to make
the two sides of a reaction rule match. For example, the following
two agent synthesis rule:

    Rule('synthesize_A_and_B', M() + None + None >> M() + A() + B(), k)

This was previously failing (one None was silently dropped). This
has been fixed by modifying ReactionPattern.__add__ and implementing
__radd__. The only caveat is with multiple leading Nones, which will
need to be in parentheses to avoid a TypeError from adding two Nones:

    None + (None + M())

This should also be avoidable by reordering the agents to put the
Nones last, as in the original example.

Fixes: #338

6481 of 8598 relevant lines covered (75.38%)

1.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 762.1 07 Mar 2018 04:02AM UTC 0
74.81
Travis Job 762.1
2 762.2 07 Mar 2018 04:02AM UTC 0
74.52
Travis Job 762.2
Source Files on build 762
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #762
  • 6746b1c5 on github
  • Prev Build on master (#761)
  • Next Build on master (#764)
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