Skip to content
Snippets Groups Projects
numpy_basic_operation.py 120 B
Newer Older
  • Learn to ignore specific revisions
  • # This code tests bug reported in T50703
    
    import numpy
    
    a = numpy.array([[3, 2, 0], [3, 1, 0]], dtype=numpy.int32)
    a[0]