Closed mklca closed 2 years ago
Fixes #58 by first taking the difference between the expected and actual values and then bounding this within a tolerance.
Doh:
Changed in version 3.10: Added the strict argument.
Replaced strict=True with an explicit len check. I'm not a Pythonista so maybe there's another way…
strict=True
len
looks good to me, thank you!
Fixes #58 by first taking the difference between the expected and actual values and then bounding this within a tolerance.