cudf.testing.testing.assert_neq#

cudf.testing.testing.assert_neq(left, right, **kwargs)[source]#

Assert that two cudf-like things are not equal.

Provides the negation of the meaning of assert_eq().