perfplot icon indicating copy to clipboard operation
perfplot copied to clipboard

Check reference value instead of k==0

Open the-rccg opened this issue 2 years ago • 0 comments

Using the check if the reference value is None instead of k == 0 allows for the first call to timeout and still compare the rest for accuracy. Previously, this raised an Error, wasting all collected data. Now it continues on with the remainder instead and returns the full data. Unittest for CI included. Also fixed a typo and uniformized some ordering of kwargs that I saw.

the-rccg avatar Dec 13 '23 17:12 the-rccg