You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where one of the latter five, test_Units_BINARY_AND_UNARY_OPERATORS, covers perhaps OOM 10 Units methods to some extent, but the rest focus on specific methods so still there is a deficit of ~50 methods to explicitly cover. And another of those five is very minimal as I just added it to expose 4060945).
Furthermore, the handling of NumPy objects is not tested at all (numpy is not imported in the test module). We should ensure this is tested where appropriate, e.g. to check that arrays are processed as expected.
The text was updated successfully, but these errors were encountered:
The test suite is overdue some love, notably because most of the > 50 methods in the
Units
class are not directly tested:where one of the latter five,
test_Units_BINARY_AND_UNARY_OPERATORS
, covers perhaps OOM 10Units
methods to some extent, but the rest focus on specific methods so still there is a deficit of ~50 methods to explicitly cover. And another of those five is very minimal as I just added it to expose 4060945).Furthermore, the handling of NumPy objects is not tested at all (
numpy
is not imported in the test module). We should ensure this is tested where appropriate, e.g. to check that arrays are processed as expected.The text was updated successfully, but these errors were encountered: