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

JuliaDiffEq / OrdinaryDiffEq.jl / 746 / 1
67%
master: 67%

Build:
DEFAULT BRANCH: master
Ran 28 Jul 2017 06:30PM UTC
Files 54
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

28 Jul 2017 06:05PM UTC coverage: 75.347%. Remained the same
746.1

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

Source Files on job 746.1
  • Tree
  • List 0
  • Changed 19
  • Source Changed 1
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 746
  • Travis Job 746.1
  • b70c49ec on github
  • Prev Job for on master (#741.2)
  • Next Job for on master (#751.1)
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