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 typing - set_active_x supports name=None #2399

Merged
merged 1 commit into from
Mar 30, 2022
Merged

Conversation

darikg
Copy link
Contributor

@darikg darikg commented Mar 30, 2022

super trivial but set_active_scalars(name=None ) is supported, so name should be Optional[str], not str

Copy link
Member

@akaszynski akaszynski left a comment

Choose a reason for hiding this comment

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

Thanks!

@codecov
Copy link

codecov bot commented Mar 30, 2022

Codecov Report

Merging #2399 (8668cfb) into main (012dbb9) will increase coverage by 0.47%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2399      +/-   ##
==========================================
+ Coverage   93.06%   93.53%   +0.47%     
==========================================
  Files          74       74              
  Lines       15531    15831     +300     
==========================================
+ Hits        14454    14808     +354     
+ Misses       1077     1023      -54     

@akaszynski akaszynski merged commit dd2c2f8 into pyvista:main Mar 30, 2022
@tkoyama010 tkoyama010 added the maintenance Low-impact maintenance activity label Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Low-impact maintenance activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants