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

marshallward / f90nml / 182 / 6
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 26 Mar 2016 11:30AM UTC
Files 5
Run time 0s
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

26 Mar 2016 11:24AM UTC coverage: 99.473% (+0.02%) from 99.455%
182.6

push

travis-ci

marshallward
Namelist output type based on numbers subclasses

Previously, namelist data type was checked explicitly against Python
primitive types, rather than using `isinstance` against proper data
types.

This was particularly an issue for NumPy-based content, which did not
properly interpret `float64` as `float`, for example.

This new implementation compares data in the abstract data types of
`numbers`, using `isinstance`, and should work over a broader range of
data sets.

I have also modified complex data output to use `floatformat`.

Thanks to Jacob Williams for reporting this issue.

(Travis CI update requires NumPy, which may or may not work.)

566 of 569 relevant lines covered (99.47%)

0.99 hits per line

Source Files on job 182.6
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 182
  • Travis Job 182.6
  • a654e03e on github
  • Prev Job for on master (#181.6)
  • Next Job for on master (#183.6)
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