JaGeo / LobsterPy

Package to perform automatic bonding analysis with the program Lobster in the field of computational materials science and quantum chemistry
https://jageo.github.io/LobsterPy/
BSD 3-Clause "New" or "Revised" License
74 stars 27 forks source link

Fix saving of plots #262

Closed JaGeo closed 6 months ago

JaGeo commented 6 months ago

plt.show() was called before the files were saved which resulted in white plots.

Closes #261

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.48%. Comparing base (696c53d) to head (7b81765).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #262 +/- ## ========================================== - Coverage 97.66% 97.48% -0.19% ========================================== Files 12 12 Lines 2659 2659 ========================================== - Hits 2597 2592 -5 - Misses 62 67 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.