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

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

Build:
DEFAULT BRANCH: develop
Ran 06 Apr 2020 09:03PM UTC
Files 201
Run time 31s
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

06 Apr 2020 08:35PM UTC coverage: 73.035% (+0.1%) from 72.924%
PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test

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)

34796 of 47643 relevant lines covered (73.03%)

0.73 hits per line

Source Files on job 2351.4 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test)
  • Tree
  • List 0
  • Changed 9
  • Source Changed 4
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2143
  • Travis Job 2351.4
  • e43dccc2 on github
  • Prev Job for PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test on develop (#2350.2)
  • Next Job for PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test on develop (#2352.2)
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