assert_configuration()
(and presumably also assert_reading()
) are broken for numpy array types. I guess they probably were already broken before these changes, but one of the tests in dodal uses assert_configuration and I encountered this as I'm currently in the process of going through dodal and mx-bluesky to test out this PR.
#618
I will keep you posted if I find any other issues.
Originally posted by @rtuck99 in #594 (comment)
I suggest that we move the
assert
functions into a newophyd_async.testing
package, makepytest
a dependency of it, then usepytest.approx
on the valueThe text was updated successfully, but these errors were encountered: