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

modflowpy / flopy / 2601 / 2
73%
develop: 73%

Build:
DEFAULT BRANCH: develop
Ran 18 Aug 2020 08:44PM UTC
Files 202
Run time 11s
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

18 Aug 2020 08:16PM UTC coverage: 72.782% (+0.01%) from 72.772%
PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test

push

travis-ci

web-flow
perf(util_array.util2d): write_txt string += performance slow for large arrays (#964)

Writing large arrays (like JA in a disu file) using package_object.write_file() is
too slow (hours for a JA of size ~10M). Experimentation suggests the bottleneck is
in utils/util_array.py() in function array2string, which uses the string += "more"
and string = string + "more" methods, which scale badly with size.
Implement solution: Change string += loop to "".join(iterable) method.

Co-authored-by: Mike Taves <mwtoews@gmail.com>

Fixes #961

35572 of 48875 relevant lines covered (72.78%)

0.73 hits per line

Source Files on job 2601.2 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2501
  • Travis Job 2601.2
  • 7bdc399d on github
  • Prev Job for PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test on develop (#2597.4)
  • Next Job for PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test on develop (#151.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