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

SamStudio8 / goldilocks / 62
69%

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

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.

289 of 340 relevant lines covered (85.0%)

1.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 62.1 21 Dec 2014 10:55PM UTC 0
84.71
Travis Job 62.1
2 62.2 21 Dec 2014 10:55PM UTC 0
84.71
Travis Job 62.2
Source Files on build 62
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #62
  • 10f49008 on github
  • Prev Build on master (#61)
  • Next Build on master (#63)
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