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
Describe the bug
Some change in compatibility with oxygen processing and outlier_bounds_iqr
which results in an error
To Reproduce
Steps to reproduce the behavior:
try calc_oxygen function
IndexError: arrays used as indices must be of integer (or boolean) type
Screenshots
Desktop (please complete the following information):
OS: [e.g. iOS]
Additional context
I managed to make it work by editing the problem section to agree with iqr function output. Not sure if its correct?
mask = outlier_bounds_iqr(Y, multiplier=1.5)
ratios = Y[Y==mask] / X[Y==mask,1]
The text was updated successfully, but these errors were encountered:
Describe the bug
Some change in compatibility with oxygen processing and outlier_bounds_iqr
which results in an error
To Reproduce
Steps to reproduce the behavior:
IndexError: arrays used as indices must be of integer (or boolean) type
Screenshots
Desktop (please complete the following information):
Additional context
I managed to make it work by editing the problem section to agree with iqr function output. Not sure if its correct?
mask = outlier_bounds_iqr(Y, multiplier=1.5)
ratios = Y[Y==mask] / X[Y==mask,1]
The text was updated successfully, but these errors were encountered: