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_findMaxold method: 0.121507 ms for (8238/10000) loops
new method: 0.0360001 ms for (10000/10000) loops
CBA_fnc_findMinwas broken.