Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix saving of plots #262

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Fix saving of plots #262

merged 1 commit into from
Mar 15, 2024

Conversation

JaGeo
Copy link
Owner

@JaGeo JaGeo commented Mar 15, 2024

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

Closes #261

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JaGeo JaGeo merged commit 83cc176 into main Mar 15, 2024
26 checks passed
@JaGeo JaGeo deleted the fix_plot branch March 23, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plot does not save png correctly
1 participant