hyperspy.tests.signal.test_signal_operators module

class hyperspy.tests.signal.test_signal_operators.TestBinaryOperators

Bases: object

lazify(**kwargs)
setup_method(method)
test_broadcast_in_place()
test_broadcast_in_place_missing_sig_wrong()
test_broadcast_missing_sig()
test_broadcast_missing_sig_and_nav()
test_equal_naxes_diff_shape()
test_lazy_broadcast_in_place()
test_lazy_broadcast_in_place_missing_sig_wrong()
test_lazy_broadcast_missing_sig()
test_lazy_broadcast_missing_sig_and_nav()
test_lazy_equal_naxes_diff_shape()
test_lazy_sum_in_place_same_shape_signals()
test_lazy_sum_in_place_same_shape_signals_not_aligned()
test_lazy_sum_same_shape_signals()
test_lazy_sum_same_shape_signals_not_aligned()
test_lazy_sum_wrong_shape()
test_sum_in_place_same_shape_signals()
test_sum_in_place_same_shape_signals_not_aligned()
test_sum_same_shape_signals()
test_sum_same_shape_signals_not_aligned()
test_sum_wrong_shape()
class hyperspy.tests.signal.test_signal_operators.TestUnaryOperators

Bases: object

lazify(**kwargs)
setup_method(method)
test_abs()
test_invert()
test_lazy_abs()
test_lazy_invert()
test_lazy_minus()
test_lazy_plus()
test_minus()
test_plus()