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

SamStudio8 / goldilocks / 62 / 1
69%
master: 69%

Build:
DEFAULT BRANCH: master
Ran 21 Dec 2014 10:55PM UTC
Files 3
Run time 2s
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

21 Dec 2014 10:44PM UTC coverage: 84.706% (+0.6%) from 84.112%
62.1

push

travis-ci

SamStudio8
Correctly support non-additive strategies. v0.0.53.

* StrategyValue class inherits from type float but overrides __add__
  to support weighted summation rather than simple addition.
* Initialising StrategyValue accepts a 'k' parameter to store the number
  of elements represented by the value contained by the StrategyValue instance.
      For example one may have 100 bases with a GC-content ratio of 0.5
      which could be constructed: StrategyValue(0.5, 100)
* Unless k has been provided by the user upon instantiation, by default
  non-zero values will set the instance's k to 1 and otherwise 0.
  The latter default prevents initialised 0 values from having an impact
  on the weighting of values that are then added to it via __add__
* GCRatioStrategy now returns a StategyValue rather than float upon evaluation.
* Note that other strategies need not change their interface and Goldilocks
  seamlessly supports float and StrategyValue (as the latter is a subclass
  of the former).
* Added SimpleGCRatio test suite.

288 of 340 relevant lines covered (84.71%)

0.85 hits per line

Source Files on job 62.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 62
  • Travis Job 62.1
  • 10f49008 on github
  • Prev Job for on master (#61.1)
  • Next Job for on master (#63.2)
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