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

modflowpy / flopy / 1317 / 4
73%
develop: 73%

Build:
DEFAULT BRANCH: develop
Ran 10 Apr 2018 01:52PM UTC
Files 177
Run time 7s
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

10 Apr 2018 01:15PM UTC coverage: 69.613% (+0.003%) from 69.61%
1317.4

push

travis-ci

jdhughes-usgs
Resolve several numpy warnings (#317)

* Avoid numpy warning from issubdtype

For reference, this warning was:
FutureWarning: Conversion of the second argument of issubdtype from `int` to `np.signedinteger` is deprecated. In future, it will be treated as `np.int32 == np.dtype(int).type`.

* Improve float type check method

* Avoid RuntimeWarning: invalid value encountered in double_scalars

* Transition some numpy recarrays to structured arrays to avaoid FutureWarning

This warning was:
> Numpy has detected that you may be viewing or writing to an array returned by selecting multiple fields in a structured array.
> This code may break in numpy 1.15 because this will return a view instead of a copy -- see release notes for details.

Also remove a few too unecessary .copy() calls.

* fix check that was using 1.0 rather than chk.thin_cell_threshold

use masked array for thicknesses with non-finite values to avoid
a series of numpy warnings:
RuntimeWarning: invalid value encountered in less/less_equal/greater

* internally use maksed arrays to avoid issues calculating with invalid values (NaNs), but return arrays with invalid values, as is expected(!?)

* repair my bad indexing, and fix a few more unresolved FutureWarning

25261 of 36288 relevant lines covered (69.61%)

0.7 hits per line

Source Files on job 1317.4
  • Tree
  • List 0
  • Changed 6
  • Source Changed 6
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 1317.4
  • 05bbaa0c on github
  • Prev Job for on develop (#1314.5)
  • Next Job for on develop (#1319.3)
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