-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: mesh-doctor Convert snake_case to camelCase & Update old formatted function docString #146
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tanks for the change of style to camelCase.
You also change the typing style using the update of the python 3.9. There is still here and there the old way but I think using the old way is easer to read. There is a particular reason to use the new typing ?
Moreover, some files especialy test files don't have hader, can you set the license and the copyright ?
This PR aims to perform the first 2 tasks of #145 to create a mesh-doctor package.
This PR also closes the PR #143 which code is going to be added after the mesh-doctor package was created.
vtkIO was also modified using the code of PR #143 and applying the reviews suggested.