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

GeoscienceAustralia / tcrm / 631
37%
master: 32%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 19 Aug 2019 05:30AM UTC
Jobs 1
Files 138
Run time 8s
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
631

push

travis-ci

benjimin
Update random for py3

Python random stdlib has deprecated .jumpahead.
Numpy.random is being updated (formerly randomgen),
providing method recommendations for parallelisable monty-
carlo simulations.

Outstanding issues:
 - The track generation still appears to invoke np.random.normal
   during the main loop, which is likely a bug (defeating
   repeatability and parallelisation-independence).
   (Should replace with another call on PRNG object.)
 - Could update track generation to directly use random
   generator, rather than obfuscating with wrapper named
   like standard module. (No additional capabilities required.)
 - Should pass differently-initialised PRNGs explicitly,
   rather than rely on process-local global-state mutations.
   (This will support repeatability with multi-threading.)
 - lognormvariate currently implements a non-standard definition,
   and is only called once (with constant arguments). Should
   migrate to use conventional formulation.
 - Some unused functions (Cauchy and NCT) have been commented out
   pending removal. (To simplify future maintenance/refactors.)

25 of 25 new or added lines in 3 files covered. (100.0%)

5347 of 14784 relevant lines covered (36.17%)

0.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 631.1 19 Aug 2019 05:30AM UTC 0
36.17
Travis Job 631.1
Source Files on build 631
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #631
  • 58ab4616 on github
  • Prev Build on py3 (#629)
  • Next Build on py3 (#632)
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

© 2025 Coveralls, Inc