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

Add warning to threshold that it's a cell filter #2597

Merged
merged 1 commit into from
May 14, 2022

Conversation

adeak
Copy link
Member

@adeak adeak commented May 13, 2022

Closes #2595. As per that issue, it wasn't obvious to me that thresholding always operates on cells. I hope this added warning will help others (including myself 6 months from now) clear this confusion.

@adeak adeak added the documentation Anything related to the documentation/website label May 13, 2022
@codecov
Copy link

codecov bot commented May 13, 2022

Codecov Report

Merging #2597 (87bdd4c) into main (68361b5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2597   +/-   ##
=======================================
  Coverage   93.69%   93.69%           
=======================================
  Files          75       75           
  Lines       16161    16161           
=======================================
  Hits        15142    15142           
  Misses       1019     1019           

Copy link
Member

@tkoyama010 tkoyama010 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good pointing out. I also didn't know that.

@tkoyama010 tkoyama010 merged commit 70552a5 into pyvista:main May 14, 2022
@RichardScottOZ
Copy link
Contributor

Yes, a good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Anything related to the documentation/website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Thresholding doesn't seem to threshold based on point scalars
3 participants