-
Notifications
You must be signed in to change notification settings - Fork 34
Update to latest RFEM #258
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
clientObject.spring_translation_x = spring_translation_x | ||
clientObject.spring_translation_y = spring_translation_y | ||
clientObject.spring_translation_z = spring_translation_z[0] | ||
clientObject.nonlinearity = spring_translation_z[1].name |
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.
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.
Fixed
RFEM/initModel.py
Outdated
|
||
# Check if port is listening | ||
a_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) | ||
#a_socket.settimeout(360) |
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.
commented code line should be removed
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.
changes in new commit seems okay and all new changed unittests are passed. Still two previous comments are not addressed in this commit.
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
end_section_no: int = 1, | ||
rib_surfaces_no = [], | ||
rib_alignment = MemberTypeRibAlignment.ALIGNMENT_ON_Z_SIDE_POSITIVE, | ||
reference_width_type = MemberReferenceLengthWidthType.REFERENCE_LENGTH_WIDTH_SIXTH, |
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.
It should be also updated in docstrings too.
Description
This change concludes all changes needed so that client can work with latest RFEM. All versions 6.02.0065 should work.
Type of change
How Has This Been Tested?
Test Configuration:
Checklist: