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

GeoscienceAustralia / tcrm / 631 / 1
37%
master: 32%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 19 Aug 2019 05:30AM UTC
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

19 Aug 2019 05:20AM UTC coverage: 36.167% (-0.2%) from 36.369%
631.1

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.)

5347 of 14784 relevant lines covered (36.17%)

0.36 hits per line

Source Files on job 631.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 511
  • Travis Job 631.1
  • 58ab4616 on github
  • Prev Job for on py3 (#629.1)
  • Next Job for on py3 (#632.1)
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