import numpy as np path = "calibration-readings.npy" readings = np.array( [[18.25, 18.50, 18.75], [19.00, 19.25, 19.50]], dtype=np.float32, )