You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a bit of digging around and the issue seems to depend on the factor values. Once you switch a factor to float, the value is no longer returned; just 0, 1, 2, and so on:
This code from your README file worked until pandas was updated to 1.5.0.
It gives now the following. Note how flow rate is returning the values 0 and 1 and not 0.2 and 0.4.
I did a bit of digging around and the issue seems to depend on the factor values. Once you switch a factor to float, the value is no longer returned; just 0, 1, 2, and so on:
Python version used was 3.9
The text was updated successfully, but these errors were encountered: