mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 04:14:47 +08:00
5da03d2df5
- Previously it was returning a DataFrame because of how we applied an & with a DataFrame mask. The error was masked by the fact that `np.assert_array_equal` coerces inputs to arrays before comparing. - Added `zp.utils.test_utils.check_arrays`, which checks type equality before calling `np.assert_array_equal`.