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

modflowpy / flopy / 2601
73%

Build:
DEFAULT BRANCH: develop
Ran 18 Aug 2020 08:41PM UTC
Jobs 5
Files 202
Run time 3min
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
2601

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

3 of 3 new or added lines in 1 file covered. (100.0%)

35523 of 48772 relevant lines covered (72.83%)

3.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2601.1 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=misc) 18 Aug 2020 08:41PM UTC 0
14.85
Travis Job 2601.1
2 2601.2 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 18 Aug 2020 08:44PM UTC 0
72.78
Travis Job 2601.2
3 2601.3 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 18 Aug 2020 08:44PM UTC 0
72.77
Travis Job 2601.3
4 2601.4 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 18 Aug 2020 08:43PM UTC 0
72.77
Travis Job 2601.4
5 2601.5 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 18 Aug 2020 08:43PM UTC 0
73.03
Travis Job 2601.5
Source Files on build 2601
  • Tree
  • List 202
  • Changed 119
  • Source Changed 1
  • Coverage Changed 119
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #2601
  • 7bdc399d on github
  • Prev Build on develop (#2597)
  • Next Build on develop (#151)
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

© 2025 Coveralls, Inc