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

LoLab-VU / pysb / 704
76%
master: 79%

Build:
Build:
LAST BUILD BRANCH: gpu_ssa
DEFAULT BRANCH: master
Ran 11 Nov 2017 12:30AM UTC
Jobs 2
Files 94
Run time 50s
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
704

push

travis-ci

alubbock
Dynamic influence networks using Kappa

A potentially interesting visualisation was recently published using
Kappa: dynamic influence networks (DINs). Example here:
https://creativecodinglab.github.io/DynamicInfluenceNetworks/

The corresponding publication describing the method is here:
http://ieeexplore.ieee.org/document/8017593

Since this method uses Kappa, but no example Kappa code was given,
I figured out how to generate the necessary flux data in Kappa
and added this to our Kappa interface in PySB.

Example:

    from pysb.kappa import run_simulation
    from pysb.examples import earm_1_0
    _ = run_simulation(earm_1_0.model, cleanup=False, time=10000, \
                       din_zip_file=True, din_flux_segments=50)

There are two new arguments to `pysb.kappa.run_simulation`:
din_zip_file, which you set to True to generate the DIN, and
din_flux_segments, which specifies the number of (equally spaced)
time segments to split the flux analysis into across the simulation.

The result is a .zip file containing the flux data and observables'
trajectories, which can be uploaded to the live demo at the github.io
address given above.

6221 of 8217 relevant lines covered (75.71%)

1.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 704.1 11 Nov 2017 12:30AM UTC 0
73.57
Travis Job 704.1
2 704.2 11 Nov 2017 12:30AM UTC 0
72.35
Travis Job 704.2
Source Files on build 704
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #704
  • b01416d4 on github
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