-
Notifications
You must be signed in to change notification settings - Fork 62
Out of Core Examples #142
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
Out of Core Examples #142
Conversation
Chorus detected one or more security issues with this pull request. See the Checks tab for more details. As a reminder, please follow the secure code review process as part of the Secure Coding Non-Negotiable requirement. |
|
||
# Remove indices from BC objects | ||
bc.__dict__.pop("indices", None) | ||
#bc.__dict__.pop("indices", None) |
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.
I need to call this multiple times for so cant delete the indices.
#} | ||
|
||
# Compute strain | ||
strain = wp.float32(0.0) |
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.
This could be an incorrect implementation. It seems very stable and I dont notice too many differences with KBC though.
Thanks @loliverhennigh. We decided to merge the PR as is, and then handle the integration in follow-up PRs, since doing it through comments would be too slow. |
Contributing Guidelines
Description
Type of change
How Has This Been Tested?
Linting and Code Formatting
Make sure the code follows the project's linting and formatting standards. This project uses Ruff for linting.
To run Ruff, execute the following command from the root of the repository:
ruff check .