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

terrapower / armi / 11535245133
91%
master: 87%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 26 Oct 2024 10:14PM UTC
Jobs 1
Files 272
Run time 1min
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

26 Oct 2024 09:59PM UTC coverage: 90.064%. Remained the same
11535245133

push

github

web-flow
Avoiding closing plots that are meant to be interactive (#1978)

The plt.show() options are intended for:

1. Interactive use on ipython or notebooks
2. Automated use during sphinx-gallery generation

Running plt.show() followed by plt.close() prevents at
least the 2nd use case from working, as seen in #1977.

This change puts the close() only in the code branches
that are expected to be run non-interactively, e.g.
compute code. That allows the system to keep memory
clear during big runs while still allowing interactive
and gallery usage.

Fixes #1977

6 of 8 new or added lines in 3 files covered. (75.0%)

1 existing line in 1 file now uncovered.

27067 of 30053 relevant lines covered (90.06%)

0.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11535245133.1 26 Oct 2024 10:14PM UTC 0
90.06
GitHub Action Run
Source Files on build 11535245133
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11535245133
  • 8a430018 on github
  • Prev Build on main (#11524845285)
  • Next Build on main (#11557542478)
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