-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix CBA_fnc_findMin, improve CBA_fnc_findMax #207
Conversation
👍 |
The array unit tests fail. To reproduce, run
|
There are some errors from other functions as well, which is strange, because this PR only changes Errors from
|
Seems like the results are all as expected and the error is the on screen warning from Note that it says |
Commenting out these two tests removes the on screen / rpt warnings for
https://community.bistudio.com/wiki/params
|
That explains it. Thanks for the sciencing! |
fix CBA_fnc_findMin, improve CBA_fnc_findMax
[0,4,3,-2,1,5,2] call CBA_fnc_findMax
old method: 0.121507 ms for (8238/10000) loops
new method: 0.0360001 ms for (10000/10000) loops
CBA_fnc_findMin
was broken.