blob: d28fc36223b539edffb02c19d90ba308f1e60847 [file] [log] [blame]
import numpy as np
dataArray = np.arange(15).reshape(3, 5)
print(dataArray)