-
Notifications
You must be signed in to change notification settings - Fork 8
#138 Refactoring and Testing of the Boundary Class #150
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: master
Are you sure you want to change the base?
Conversation
…e methods in unit tests
…ean, test_formalise_boundaries
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.
just syntax updates to be consistent with previous code
@jdha, the docstrings are now consistent with the format used throughout the rest of the codebase. Additionally, it appears that updating the cookiecutter template using make template-update is necessary. Any merging conflicts arising from this update should be resolved to ensure the successful completion of the pre-commit step in the CI workflow. In spite of that, I believe this PR is ready for merging, as this update is a separate issue. |
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.
Ready.
This was never merged? Can we get these changes incorporated? |
This PR introduces the following modifications, addressing issue #138:
Boundary
class for improved functionality.Boundary
class, which is defined within thenemo_bdy_gen_c.py file
. The original version of theBoundary
class can be found in thenemo_bdy_gen_c_old.py
file.