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

Added CGNSReader in Reader Classes #2413

Merged
merged 2 commits into from
Apr 2, 2022
Merged

Conversation

Kirito-Excalibur
Copy link
Contributor

It was marked as an issue.

Overview

Added CGNSReader in Reader Classes

resolves #2410

It was marked as an issue.
@github-actions github-actions bot added the documentation Anything related to the documentation/website label Apr 1, 2022
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

🚀 Thanks for opening your first pull request in PyVista! 🚀 Please make sure you read (skim 😉) our Contributing Guide and abide by our Code of Conduct.
A few things to keep in mind:

  • Remember to run the tests locally to make debugging issues easier.
  • If you need help writing tests, take a look at the existing ones for inspiration. If you do not know where to start, let @pyvista/developers know and we will walk you through it.
  • All new features should be documented. It helps to write the docstrings for your functions/classes before writing the code. This will help you think about your code design and results in better code.
  • No matter what, we are really grateful that you put in the effort to open this PR! ⭐

@codecov
Copy link

codecov bot commented Apr 1, 2022

Codecov Report

Merging #2413 (7b7c4e8) into main (542b37f) will increase coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2413      +/-   ##
==========================================
+ Coverage   93.63%   93.69%   +0.06%     
==========================================
  Files          74       74              
  Lines       15984    15984              
==========================================
+ Hits        14967    14977      +10     
+ Misses       1017     1007      -10     

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.

LGTM. Thank you for your contribution!

Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>
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.

okay. btw where are mods. One approval is left for merging.

Mods are here.

@akaszynski akaszynski enabled auto-merge (squash) April 2, 2022 18:24
@akaszynski akaszynski merged commit 706a37c into pyvista:main Apr 2, 2022
akaszynski added a commit that referenced this pull request Apr 18, 2022
* Added CGNSReader in Reader Classes

It was marked as an issue.

* Update doc/api/readers/index.rst

Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>

Co-authored-by: Alex Kaszynski <akascap@gmail.com>
Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>
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.

CGNSReader not showing up in the documentation
4 participants