perfplot
perfplot copied to clipboard
Check reference value instead of k==0
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.