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

modflowpy / flopy / 2351
73%

Build:
DEFAULT BRANCH: develop
Ran 06 Apr 2020 08:58PM UTC
Jobs 5
Files 201
Run time 7min
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
2351

push

travis-ci

web-flow
feat(vtk): improve export at vertices (#844)

* Use bilinear interpolation to calculate the z of cell vertices (this is more appropriate than simple averaging when the grid is not regular)
* Ignore inactive cells when calculating the z of cell vertices (until now, they were not ignored, potentially yielding wrong values at the boundary of inactive cells)
* Use trilinear interpolation to calculate array values at cell vertices (this is more appropriate than simple averaging when the grid is not regular; furthermore, until now, everything was shifted downward with an awkward repetition of values at the top and bottom of the first layer)
* Improve performance by using scipy functions and avoiding loops (until now, interpolation was done by looping through all the cells in Python)
* Allow for directly passing array values at vertices to functions add_array() and add_vector() of the Vtk class
* New option "position" in the function postprocessing.get_specific_discharge() for calculating the values at "centers" (default), "faces" or "vertices"
* Cast delc, delr, top and botm of the grid to float64 (float32 was yielding significant round-off errors when rotating grid coordinates)

379 of 379 new or added lines in 4 files covered. (100.0%)

34758 of 47546 relevant lines covered (73.1%)

3.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2351.1 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=misc) 06 Apr 2020 08:58PM UTC 0
15.06
Travis Job 2351.1
2 2351.2 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 06 Apr 2020 09:04PM UTC 0
73.05
Travis Job 2351.2
3 2351.3 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 06 Apr 2020 09:05PM UTC 0
73.03
Travis Job 2351.3
4 2351.4 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 06 Apr 2020 09:03PM UTC 0
73.03
Travis Job 2351.4
5 2351.5 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 06 Apr 2020 09:03PM UTC 0
73.3
Travis Job 2351.5
Source Files on build 2351
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2351
  • e43dccc2 on github
  • Prev Build on develop (#2350)
  • Next Build on develop (#2352)
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