Revision 645ad4ae gnuradio-core/src/python/gnuradio/gr/qa_float_to_int.py

b/gnuradio-core/src/python/gnuradio/gr/qa_float_to_int.py
48 48

49 49
        src_data = ( 2147483647,  2147483648,  2200000000,
50 50
                    -2147483648, -2147483649, -2200000000)
51
        expected_result = [2147483647, 2147483647, 2147483647,
52
                           -2147483648, -2147483648, -2147483648]
51
        expected_result = [ 2147483647,  2147483647,  2147483647,
52
                           -2147483647, -2147483647, -2147483647]
53 53
        src = gr.vector_source_f(src_data)
54 54
        op = gr.float_to_int()
55 55
        dst = gr.vector_sink_i()

Also available in: Unified diff