class documentation

class TestGradient:

View In Hierarchy

Undocumented

Method test​_args Undocumented
Method test​_badargs Undocumented
Method test​_basic Undocumented
Method test​_datetime64 Undocumented
Method test​_f​_decreasing​_unsigned​_int Undocumented
Method test​_f​_signed​_int​_big​_jump Undocumented
Method test​_inexact​_dtypes Undocumented
Method test​_masked Undocumented
Method test​_second​_order​_accurate Undocumented
Method test​_spacing Undocumented
Method test​_specific​_axes Undocumented
Method test​_timedelta64 Undocumented
Method test​_values Undocumented
Method test​_x​_decreasing​_unsigned Undocumented
Method test​_x​_signed​_int​_big​_jump Undocumented
def test_args(self):

Undocumented

def test_badargs(self):

Undocumented

def test_basic(self):

Undocumented

def test_datetime64(self):

Undocumented

@pytest.mark.parametrize('f_dtype', [np.uint8, np.uint16, np.uint32, np.uint64])
def test_f_decreasing_unsigned_int(self, f_dtype):

Undocumented

@pytest.mark.parametrize('f_dtype', [np.int8, np.int16, np.int32, np.int64])
def test_f_signed_int_big_jump(self, f_dtype):

Undocumented

def test_inexact_dtypes(self):

Undocumented

def test_masked(self):

Undocumented

def test_second_order_accurate(self):

Undocumented

def test_spacing(self):

Undocumented

def test_specific_axes(self):

Undocumented

def test_timedelta64(self):

Undocumented

def test_values(self):

Undocumented

@pytest.mark.parametrize('x_dtype', [np.uint8, np.uint16, np.uint32, np.uint64])
def test_x_decreasing_unsigned(self, x_dtype):

Undocumented

@pytest.mark.parametrize('x_dtype', [np.int8, np.int16, np.int32, np.int64])
def test_x_signed_int_big_jump(self, x_dtype):

Undocumented