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

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

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

11 Nov 2017 12:09AM UTC coverage: 73.569%. First build
704.1

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.

5539 of 7529 relevant lines covered (73.57%)

0.74 hits per line

Source Files on job 704.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 704
  • Travis Job 704.1
  • 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