test_utils.py: fix assert_close for booleans after pytest 8.3.4 release
requested to merge 645-assert_close-does-not-work-for-list-bool-after-pytest-8-3-4-release into develop
Closes #645 (closed)
I made assert_close more tolerant for booleans
PS btw, imho it is not correct, tat we return numpy types for arrays and python types for scalars. Should we unify it?
Edited by Yury Matveyev