test_aide.equality.assert_np_nan_eqal_msg¶
- test_aide.equality.assert_np_nan_eqal_msg(actual, expected, msg)[source]¶
Function to test that both values are np.NaN.
- Parameters
actual (object) – The expected object. Must be an numeric type for np.isnan to run.
expected (object) – The actual object. Must be an numeric type for np.isnan to run.
msg (string) – A tag for the AssertionException message.