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

JuliaDiffEq / OrdinaryDiffEq.jl / 746
67%

Build:
DEFAULT BRANCH: master
Ran 28 Jul 2017 06:30PM UTC
Jobs 1
Files 54
Run time 3s
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
746

push

travis-ci

web-flow
Make safe for Int32

10^15 = 0 for Int32, so this evaluated to `Inf` and thus was always true on Windows 32. Not a huge deal, but this mean that the initial dt would take the wrong path on Windows 32 sometimes (actually, most of the time it wouldn't, but in the cases where the equation was too stiff at the start it would... really weird...). This manually up-converts to Int64 since Int64(10)^(15) is sufficiently large enough to hold the rational correctly, and let it convert to whatever the type of t is just fine. The other way this could've been handled is `1e-15`, but there's essentially no performance difference and this will keep the ability for exact representation in whatever user number type.

9777 of 12976 relevant lines covered (75.35%)

2594.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 746.1 28 Jul 2017 06:30PM UTC 0
75.35
Travis Job 746.1
Source Files on build 746
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #746
  • b70c49ec on github
  • Prev Build on master (#741)
  • Next Build on master (#751)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc