Debugging of BearingFluidFlow (from 1.4.2 to 1.5.0) #1120
-
Dear Community, I would like to ask for your help with a debugging task. Unfortunately, I'm not very experienced in Python, but I had a code that was working well back in July, likely with ROSS version 1.4.2. I’ve attached the link of my file, which includes the results: https://colab.research.google.com/drive/1mak0liWsCVlhNyxNm_0ebGxcgjurcbo_?usp=sharing Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Vibro49, I look at your code and this issue occurred in PR but was recently fixed in PR #1102. It will be updated in the next version of ross 1.5.1. To make your code run at this time, you can import the library as follows:
This will install the latest version of ross from github. I tested your code with this change and it worked. |
Beta Was this translation helpful? Give feedback.
Hi @Vibro49, I look at your code and this issue occurred in PR but was recently fixed in PR #1102. It will be updated in the next version of ross 1.5.1. To make your code run at this time, you can import the library as follows:
pip install ross-rotordynamics
to
!pip install git+https://github.com/petrobras/ross.git
This will install the latest version of ross from github. I tested your code with this change and it worked.