-
Notifications
You must be signed in to change notification settings - Fork 184
readCapytaine - get Khs from .nc files when bodies have less than 6 DOFs #1275
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
Conversation
|
@akeeste how do you recommend testing this feature? |
We were using a TEAMER case internally. I'll upload a simple sample case |
|
@kmruehl In running a couple test cases and edge cases, I ran into an issue. I'll work through it and let you know when the fix is pushed |
…_readCapytaine_khs
|
@jleonqu I think I fixed the bug in this PR. I attached a zip of several edges cases to test against. |
38d6543 to
8c7a137
Compare
jleonqu
left a comment
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 reviewed this PR and I didn't have any issues. I run all the tests locally and I used the cases provided by @akeeste with no issues. This is ready to merge.
|
Thanks @jleonqu! |
|
Thanks @jleonqu |
This PR adds onto #1263 and allows
readCapytaineto process hydrostatic stiffness (Khs) from the .nc file when there are multiple bodies with <6 DOFs.Testing this depends on the bugfix in #1274 and should be merged after that PR.