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 API-list: bn.nanmedian, bn.nanmean, bn.nanstd, bn.median, bn.ss, bn.nanmin, bn.nanmax.
Python crashed in our fuzzing test of 7 APIs
All tests were run on the latest developing branch.
To Reproduce
To assist in reproducing the bug, please include the following:
The input and script links don't seem to work for me. Can you please fix the links?
I specifically need to reproduce the crash that occurred using bn.median, to understand if it can affect my code.
Describe the bug
API-list: bn.nanmedian, bn.nanmean, bn.nanstd, bn.median, bn.ss, bn.nanmin, bn.nanmax.
Python crashed in our fuzzing test of 7 APIs
All tests were run on the latest developing branch.
To Reproduce
To assist in reproducing the bug, please include the following:
example: python random_shape.py input1 bn.nanmedian
Expected behavior
python should not crash
Additional context
input1
input2
input3
input4
input5
input6
input7
Crash information:
median
nanmean
nanmedian
nanmin
nanstd
ss
nanmin and nanmax crashed at the same position.
The text was updated successfully, but these errors were encountered: