Skip to content

Raise an explicit error on plot_contour with empty mesh #2096

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

Merged
merged 14 commits into from
Feb 19, 2025

Conversation

PProfizi
Copy link
Contributor

Solves #1718

PS: I will try and switch to the new plotter and deprecate this one soon, but in the meantime this makes the error clear.

@PProfizi PProfizi added the bug Something isn't working label Feb 18, 2025
@PProfizi PProfizi added this to the 0.13.5 milestone Feb 18, 2025
@PProfizi PProfizi self-assigned this Feb 18, 2025
Copy link

codecov bot commented Feb 19, 2025

Codecov Report

Attention: Patch coverage is 96.87500% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.64%. Comparing base (e2ed560) to head (cbb91ad).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2096      +/-   ##
==========================================
+ Coverage   86.60%   86.64%   +0.04%     
==========================================
  Files          90       90              
  Lines       10250    10274      +24     
==========================================
+ Hits         8877     8902      +25     
+ Misses       1373     1372       -1     

@PProfizi PProfizi merged commit 640780c into master Feb 19, 2025
46 checks passed
@PProfizi PProfizi deleted the bug/raise_error_on_plot_contour_with_empty_mesh branch February 19, 2025 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When read displacement from rst file without input a mesh, fail to plot due to empty mesh support
2 participants