Replies: 1 comment
-
Hi, @kolluruk. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thank you for making such useful software opensource.
I am trying to run Ross-Report tutorial given at the end of this page as "more complete example"
https://github.com/ross-rotordynamics/ross-report
Tutorial link: https://hub.ovh2.mybinder.org/user/ross-rotordynamics-ross-report-b4xso99c/notebooks/examples/Complete-Example.ipynb
When I run the code I am getting following error:
AttributeError: 'ModalResults' object has no attribute 'calc_mode_shape'
with reference to the following code line in analysis.py in report folder
xn, yn, zn, xc, yc, zc_pos, nn = modal.calc_mode_shape(mode=mode)
Can you suggest a solution for this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions